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: #4c3e70;
}
.color-2 {
color: #7b5c99;
}
.color-3 {
color: #af8dc3;
}
.color-4 {
color: #f1a7b4;
}
.color-5 {
color: #ffb13d;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #7b5c99;
--color-3: #af8dc3;
--color-4: #f1a7b4;
--color-5: #ffb13d;
}

Twilight Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #7b5c99, #af8dc3, #f1a7b4, #ffb13d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #7b5c99, #af8dc3, #f1a7b4, #ffb13d);
}

Twilight Reverie color palette created on .