Whispering Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Dusk palette
Download Whispering Dusk Color Palette (PNG)
Whispering Dusk color palette CSS
/* CSS */
.color-1 {
color: #dfded8;
}
.color-2 {
color: #ece6da;
}
.color-3 {
color: #f5f5f0;
}
.color-4 {
color: #d0d9c4;
}
.color-5 {
color: #94a9b8;
}
/* CSS Variables */
:root {
--color-1: #dfded8;
--color-2: #ece6da;
--color-3: #f5f5f0;
--color-4: #d0d9c4;
--color-5: #94a9b8;
}
Whispering Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfded8, #ece6da, #f5f5f0, #d0d9c4, #94a9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfded8, #ece6da, #f5f5f0, #d0d9c4, #94a9b8);
}
Similar color palettes
Whispering Dusk color palette created on .