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: #fcfdfc;
}
.color-2 {
color: #fde9d8;
}
.color-3 {
color: #fdbda5;
}
.color-4 {
color: #f7b39c;
}
.color-5 {
color: #b1c5d2;
}

/* CSS Variables */
:root {
--color-1: #fcfdfc;
--color-2: #fde9d8;
--color-3: #fdbda5;
--color-4: #f7b39c;
--color-5: #b1c5d2;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfc, #fde9d8, #fdbda5, #f7b39c, #b1c5d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfc, #fde9d8, #fdbda5, #f7b39c, #b1c5d2);
}

Similar color palettes

Scroll down to explore 1 Soft pink color palette

Whispers of Dusk color palette created on .