Whispers of Sunlit Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Sunlit Dusk palette
Whispers of Sunlit Dusk color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ededed;
}
.color-3 {
color: #ebd247;
}
.color-4 {
color: #c7c1bc;
}
.color-5 {
color: #928872;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ededed;
--color-3: #ebd247;
--color-4: #c7c1bc;
--color-5: #928872;
}
Whispers of Sunlit Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ededed, #ebd247, #c7c1bc, #928872);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ededed, #ebd247, #c7c1bc, #928872);
}
Similar color palettes
Scroll down to explore 7 White color palettes
Whispers of Sunlit Dusk color palette created on .