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 PNG image

Download sunset reverie color palette PNG image (landscape)
Download sunset reverie color palette PNG image (square)

Sunset Reverie color palette CSS

/* CSS */
.color-1 {
color: #f8c43f;
}
.color-2 {
color: #f07f2d;
}
.color-3 {
color: #d55e30;
}
.color-4 {
color: #b95b92;
}
.color-5 {
color: #6a9adc;
}

/* CSS Variables */
:root {
--color-1: #f8c43f;
--color-2: #f07f2d;
--color-3: #d55e30;
--color-4: #b95b92;
--color-5: #6a9adc;
}

Sunset Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c43f, #f07f2d, #d55e30, #b95b92, #6a9adc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c43f, #f07f2d, #d55e30, #b95b92, #6a9adc);
}

Sunset Reverie color palette created on .