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: #fab700;
}
.color-2 {
color: #fad900;
}
.color-3 {
color: #f6e6d5;
}
.color-4 {
color: #e2a6d3;
}
.color-5 {
color: #d53b2a;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fad900;
--color-3: #f6e6d5;
--color-4: #e2a6d3;
--color-5: #d53b2a;
}
Sunset Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fad900, #f6e6d5, #e2a6d3, #d53b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fad900, #f6e6d5, #e2a6d3, #d53b2a);
}
Similar color palettes
Sunset Reverie color palette created on .