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: #4c3e70;
}
.color-2 {
color: #7b709e;
}
.color-3 {
color: #b5a4c1;
}
.color-4 {
color: #f4c8df;
}
.color-5 {
color: #ff6b81;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #7b709e;
--color-3: #b5a4c1;
--color-4: #f4c8df;
--color-5: #ff6b81;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #7b709e, #b5a4c1, #f4c8df, #ff6b81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #7b709e, #b5a4c1, #f4c8df, #ff6b81);
}

Whispers of Dusk color palette created on .