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: #f7c8a6;
}
.color-2 {
color: #ff9985;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f03d3d;
}
.color-5 {
color: #c94a4a;
}

/* CSS Variables */
:root {
--color-1: #f7c8a6;
--color-2: #ff9985;
--color-3: #ff6e61;
--color-4: #f03d3d;
--color-5: #c94a4a;
}

Sunset Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a6, #ff9985, #ff6e61, #f03d3d, #c94a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a6, #ff9985, #ff6e61, #f03d3d, #c94a4a);
}

Sunset Reverie color palette created on .