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: #9fc6b7;
}
.color-2 {
color: #e4d6af;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f27878;
}
.color-5 {
color: #c86a8c;
}

/* CSS Variables */
:root {
--color-1: #9fc6b7;
--color-2: #e4d6af;
--color-3: #f1a8a2;
--color-4: #f27878;
--color-5: #c86a8c;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc6b7, #e4d6af, #f1a8a2, #f27878, #c86a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc6b7, #e4d6af, #f1a8a2, #f27878, #c86a8c);
}

Verdant Whisper color palette created on .