Verdant Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whisper palette

Share this palette to:

Verdant Whisper color palette CSS

/* CSS */
.color-1 {
color: #01a267;
}
.color-2 {
color: #3ddb6d;
}
.color-3 {
color: #a2eca8;
}
.color-4 {
color: #e0f7a1;
}
.color-5 {
color: #f9d36c;
}

/* CSS Variables */
:root {
--color-1: #01a267;
--color-2: #3ddb6d;
--color-3: #a2eca8;
--color-4: #e0f7a1;
--color-5: #f9d36c;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #01a267, #3ddb6d, #a2eca8, #e0f7a1, #f9d36c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #01a267, #3ddb6d, #a2eca8, #e0f7a1, #f9d36c);
}

Verdant Whisper color palette created on .