Whispering Dawn Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Dawn Hues palette
Whispering Dawn Hues color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #f7f8f8;
}
.color-4 {
color: #e8eef2;
}
.color-5 {
color: #f9ebd7;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #f7f8f8;
--color-4: #e8eef2;
--color-5: #f9ebd7;
}
Whispering Dawn Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #f7f8f8, #e8eef2, #f9ebd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #f7f8f8, #e8eef2, #f9ebd7);
}
Similar color palettes
Scroll down to explore 7 White color palettes
Whispering Dawn Hues color palette created on .