Skip to content

Commit 459bb9c

Browse files
committed
Deepen .lavender from CSS pastel to floral purple
1 parent 0f71f55 commit 459bb9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Cadova/Values/Color/Color+Constants.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ public extension Color {
437437
/// A soft purple with a warm, muted tone.
438438
static let thistle = Color(red: 0.847, green: 0.749, blue: 0.847)
439439

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)
440+
/// A soft purple reminiscent of lavender flowers.
441+
static let lavender = Color(red: 0.710, green: 0.494, blue: 0.863)
442442

443443
// MARK: - Special
444444

0 commit comments

Comments
 (0)