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: #4c8b3c;
}
.color-2 {
color: #79be4b;
}
.color-3 {
color: #a8d85a;
}
.color-4 {
color: #c3e9a0;
}
.color-5 {
color: #e3f1b1;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #79be4b;
--color-3: #a8d85a;
--color-4: #c3e9a0;
--color-5: #e3f1b1;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #79be4b, #a8d85a, #c3e9a0, #e3f1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #79be4b, #a8d85a, #c3e9a0, #e3f1b1);
}
Similar color palettes
Verdant Whisper color palette created on .