Sunset Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Reverie palette
Sunset Reverie color palette CSS
/* CSS */
.color-1 {
color: #fda312;
}
.color-2 {
color: #e8c545;
}
.color-3 {
color: #690571;
}
.color-4 {
color: #380a43;
}
.color-5 {
color: #d7331d;
}
/* CSS Variables */
:root {
--color-1: #fda312;
--color-2: #e8c545;
--color-3: #690571;
--color-4: #380a43;
--color-5: #d7331d;
}
Sunset Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fda312, #e8c545, #690571, #380a43, #d7331d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fda312, #e8c545, #690571, #380a43, #d7331d);
}
Similar color palettes
Sunset Reverie color palette created on .