Whispering Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Hues palette

Share this palette to:

Whispering Hues color palette CSS

/* CSS */
.color-1 {
color: #f6f8f8;
}
.color-2 {
color: #e1e3e5;
}
.color-3 {
color: #c3cdd0;
}
.color-4 {
color: #a4b3b6;
}
.color-5 {
color: #7e898b;
}

/* CSS Variables */
:root {
--color-1: #f6f8f8;
--color-2: #e1e3e5;
--color-3: #c3cdd0;
--color-4: #a4b3b6;
--color-5: #7e898b;
}

Whispering Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f8f8, #e1e3e5, #c3cdd0, #a4b3b6, #7e898b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f8f8, #e1e3e5, #c3cdd0, #a4b3b6, #7e898b);
}

Whispering Hues color palette created on .