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: #9fdc7f;
}
.color-2 {
color: #75c7a8;
}
.color-3 {
color: #409c8b;
}
.color-4 {
color: #2f796e;
}
.color-5 {
color: #0e5d4f;
}
/* CSS Variables */
:root {
--color-1: #9fdc7f;
--color-2: #75c7a8;
--color-3: #409c8b;
--color-4: #2f796e;
--color-5: #0e5d4f;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fdc7f, #75c7a8, #409c8b, #2f796e, #0e5d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fdc7f, #75c7a8, #409c8b, #2f796e, #0e5d4f);
}
Similar color palettes
Verdant Whisper color palette created on .