"Whispers of Dusk" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Whispers of Dusk" palette

Share this palette to:

"Whispers of Dusk" color palette CSS

/* CSS */
.color-1 {
color: #cec9c5;
}
.color-2 {
color: #928b81;
}
.color-3 {
color: #149cdb;
}
.color-4 {
color: #655d58;
}
.color-5 {
color: #0f5680;
}

/* CSS Variables */
:root {
--color-1: #cec9c5;
--color-2: #928b81;
--color-3: #149cdb;
--color-4: #655d58;
--color-5: #0f5680;
}

"Whispers of Dusk" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cec9c5, #928b81, #149cdb, #655d58, #0f5680);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cec9c5, #928b81, #149cdb, #655d58, #0f5680);
}

Similar color palettes

"Whispers of Dusk" color palette created on .