Whispering Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Hues palette
Whispering Hues color palette CSS
/* CSS */
.color-1 {
color: #f8e9d3;
}
.color-2 {
color: #e3c3b0;
}
.color-3 {
color: #d2a7a7;
}
.color-4 {
color: #c08c9a;
}
.color-5 {
color: #8a7b9d;
}
/* CSS Variables */
:root {
--color-1: #f8e9d3;
--color-2: #e3c3b0;
--color-3: #d2a7a7;
--color-4: #c08c9a;
--color-5: #8a7b9d;
}
Whispering Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e9d3, #e3c3b0, #d2a7a7, #c08c9a, #8a7b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e9d3, #e3c3b0, #d2a7a7, #c08c9a, #8a7b9d);
}
Similar color palettes
Scroll down to explore 40 Aesthetic color palettes
Whispering Hues color palette created on .