Verdant Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whisper palette
Verdant Whisper color palette CSS
/* CSS */
.color-1 {
color: #5a7e4e;
}
.color-2 {
color: #a3b65d;
}
.color-3 {
color: #d1d869;
}
.color-4 {
color: #e5d56c;
}
.color-5 {
color: #f6d2b6;
}
/* CSS Variables */
:root {
--color-1: #5a7e4e;
--color-2: #a3b65d;
--color-3: #d1d869;
--color-4: #e5d56c;
--color-5: #f6d2b6;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a7e4e, #a3b65d, #d1d869, #e5d56c, #f6d2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a7e4e, #a3b65d, #d1d869, #e5d56c, #f6d2b6);
}
Similar color palettes
Verdant Whisper color palette created on .