Sunset Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Reverie palette
Download Sunset Reverie Color Palette (PNG)
Sunset Reverie color palette CSS
/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe5a3;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #dd4e27;
}
/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffb84d;
--color-3: #ffe5a3;
--color-4: #ff6e61;
--color-5: #dd4e27;
}
Sunset Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffb84d, #ffe5a3, #ff6e61, #dd4e27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffb84d, #ffe5a3, #ff6e61, #dd4e27);
}
Similar color palettes
Sunset Reverie color palette created on .