"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: #fbba2d;
}
.color-2 {
color: #887977;
}
.color-3 {
color: #e55434;
}
.color-4 {
color: #5f5358;
}
.color-5 {
color: #911d4f;
}

/* CSS Variables */
:root {
--color-1: #fbba2d;
--color-2: #887977;
--color-3: #e55434;
--color-4: #5f5358;
--color-5: #911d4f;
}

"Whispers of Dusk" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbba2d, #887977, #e55434, #5f5358, #911d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbba2d, #887977, #e55434, #5f5358, #911d4f);
}

"Whispers of Dusk" color palette created on .