We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f71f55 commit 459bb9cCopy full SHA for 459bb9c
1 file changed
Sources/Cadova/Values/Color/Color+Constants.swift
@@ -437,8 +437,8 @@ public extension Color {
437
/// A soft purple with a warm, muted tone.
438
static let thistle = Color(red: 0.847, green: 0.749, blue: 0.847)
439
440
- /// A very light lavender color with a soft pastel feel.
441
- static let lavender = Color(red: 0.902, green: 0.902, blue: 0.980)
+ /// A soft purple reminiscent of lavender flowers.
+ static let lavender = Color(red: 0.710, green: 0.494, blue: 0.863)
442
443
// MARK: - Special
444
0 commit comments