Whispers of Verdant Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Verdant Dawn palette
Whispers of Verdant Dawn color palette CSS
/* CSS */
.color-1 {
color: #fdf7f2;
}
.color-2 {
color: #f1d4cb;
}
.color-3 {
color: #c0cc94;
}
.color-4 {
color: #96a861;
}
.color-5 {
color: #6aa491;
}
/* CSS Variables */
:root {
--color-1: #fdf7f2;
--color-2: #f1d4cb;
--color-3: #c0cc94;
--color-4: #96a861;
--color-5: #6aa491;
}
Whispers of Verdant Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf7f2, #f1d4cb, #c0cc94, #96a861, #6aa491);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf7f2, #f1d4cb, #c0cc94, #96a861, #6aa491);
}
Similar color palettes
Scroll down to explore 1 Soft peach color palette
Whispers of Verdant Dawn color palette created on .