Whispers of Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Share this palette to:

Whispers of Twilight color palette CSS

/* CSS */
.color-1 {
color: #3b2a4c;
}
.color-2 {
color: #5a4a8c;
}
.color-3 {
color: #8c609f;
}
.color-4 {
color: #c68bba;
}
.color-5 {
color: #f2bad9;
}

/* CSS Variables */
:root {
--color-1: #3b2a4c;
--color-2: #5a4a8c;
--color-3: #8c609f;
--color-4: #c68bba;
--color-5: #f2bad9;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a4c, #5a4a8c, #8c609f, #c68bba, #f2bad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a4c, #5a4a8c, #8c609f, #c68bba, #f2bad9);
}

Whispers of Twilight color palette created on .