Verdant Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whispers palette

Share this palette to:

Verdant Whispers color palette CSS

/* CSS */
.color-1 {
color: #8fbc8f;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #d4e3d5;
}
.color-4 {
color: #e1f4e7;
}
.color-5 {
color: #c7e5d9;
}

/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #a7d7b8;
--color-3: #d4e3d5;
--color-4: #e1f4e7;
--color-5: #c7e5d9;
}

Verdant Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #a7d7b8, #d4e3d5, #e1f4e7, #c7e5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #a7d7b8, #d4e3d5, #e1f4e7, #c7e5d9);
}

Verdant Whispers color palette created on .