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: #c1c1e1;
}
.color-2 {
color: #a67da4;
}
.color-3 {
color: #eab8ca;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #d54d4d;
}

/* CSS Variables */
:root {
--color-1: #c1c1e1;
--color-2: #a67da4;
--color-3: #eab8ca;
--color-4: #f5a300;
--color-5: #d54d4d;
}

Twilight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1e1, #a67da4, #eab8ca, #f5a300, #d54d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1e1, #a67da4, #eab8ca, #f5a300, #d54d4d);
}

Twilight Reverie color palette created on .