Twilight Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Reverie palette

Share this palette to:

Twilight Reverie color palette CSS

/* CSS */
.color-1 {
color: #d3b8e0;
}
.color-2 {
color: #a57eb9;
}
.color-3 {
color: #5a4b8b;
}
.color-4 {
color: #3c2f6f;
}
.color-5 {
color: #1b1e5a;
}

/* CSS Variables */
:root {
--color-1: #d3b8e0;
--color-2: #a57eb9;
--color-3: #5a4b8b;
--color-4: #3c2f6f;
--color-5: #1b1e5a;
}

Twilight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b8e0, #a57eb9, #5a4b8b, #3c2f6f, #1b1e5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b8e0, #a57eb9, #5a4b8b, #3c2f6f, #1b1e5a);
}

Twilight Reverie color palette created on .