Whispering Peaks Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Peaks palette

Share this palette to:

Whispering Peaks color palette CSS

/* CSS */
.color-1 {
color: #a8b8b3;
}
.color-2 {
color: #c3d5d1;
}
.color-3 {
color: #dfe7e4;
}
.color-4 {
color: #f3f6f3;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #a8b8b3;
--color-2: #c3d5d1;
--color-3: #dfe7e4;
--color-4: #f3f6f3;
--color-5: #ffffff;
}

Whispering Peaks background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b8b3, #c3d5d1, #dfe7e4, #f3f6f3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b8b3, #c3d5d1, #dfe7e4, #f3f6f3, #ffffff);
}

Whispering Peaks color palette created on .