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: #f0e7d1;
}
.color-2 {
color: #c6b8d5;
}
.color-3 {
color: #a6c4d9;
}
.color-4 {
color: #6db6a2;
}
.color-5 {
color: #4d9d78;
}

/* CSS Variables */
:root {
--color-1: #f0e7d1;
--color-2: #c6b8d5;
--color-3: #a6c4d9;
--color-4: #6db6a2;
--color-5: #4d9d78;
}

Whispering Pines background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e7d1, #c6b8d5, #a6c4d9, #6db6a2, #4d9d78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e7d1, #c6b8d5, #a6c4d9, #6db6a2, #4d9d78);
}

Whispering Pines color palette created on .