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: #01796f;
}
.color-2 {
color: #1b886b;
}
.color-3 {
color: #3dae79;
}
.color-4 {
color: #6cd5a8;
}
.color-5 {
color: #a2e7d2;
}
/* CSS Variables */
:root {
--color-1: #01796f;
--color-2: #1b886b;
--color-3: #3dae79;
--color-4: #6cd5a8;
--color-5: #a2e7d2;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #01796f, #1b886b, #3dae79, #6cd5a8, #a2e7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #01796f, #1b886b, #3dae79, #6cd5a8, #a2e7d2);
}
Similar color palettes
Verdant Whisper color palette created on .