Sunset Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Reverie palette

Share this palette to:

Sunset Reverie color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #a300a0;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fad400;
--color-3: #f8e0a0;
--color-4: #690571;
--color-5: #a300a0;
}

Sunset Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fad400, #f8e0a0, #690571, #a300a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fad400, #f8e0a0, #690571, #a300a0);
}

Sunset Reverie color palette created on .