Whispers of Verdant Calm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Verdant Calm palette

Share this palette to:

Whispers of Verdant Calm color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f1ef;
}
.color-3 {
color: #c6dfb3;
}
.color-4 {
color: #84b677;
}
.color-5 {
color: #12871b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f1ef;
--color-3: #c6dfb3;
--color-4: #84b677;
--color-5: #12871b;
}

Whispers of Verdant Calm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f1ef, #c6dfb3, #84b677, #12871b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f1ef, #c6dfb3, #84b677, #12871b);
}

Similar color palettes

Scroll down to explore 2 White color palettes

Whispers of Verdant Calm color palette created on .