Whispering Pines Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Pines palette

Share this palette to:

Whispering Pines color palette CSS

/* CSS */
.color-1 {
color: #c6cc8e;
}
.color-2 {
color: #a4bca6;
}
.color-3 {
color: #8cab8d;
}
.color-4 {
color: #6c9d7a;
}
.color-5 {
color: #4f8c6a;
}

/* CSS Variables */
:root {
--color-1: #c6cc8e;
--color-2: #a4bca6;
--color-3: #8cab8d;
--color-4: #6c9d7a;
--color-5: #4f8c6a;
}

Whispering Pines background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6cc8e, #a4bca6, #8cab8d, #6c9d7a, #4f8c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6cc8e, #a4bca6, #8cab8d, #6c9d7a, #4f8c6a);
}

Whispering Pines color palette created on .