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: #e3b672;
}
.color-2 {
color: #d64f3d;
}
.color-3 {
color: #5a2b3e;
}
.color-4 {
color: #1a1c32;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #e3b672;
--color-2: #d64f3d;
--color-3: #5a2b3e;
--color-4: #1a1c32;
--color-5: #f9c54e;
}
Sunset Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b672, #d64f3d, #5a2b3e, #1a1c32, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b672, #d64f3d, #5a2b3e, #1a1c32, #f9c54e);
}
Similar color palettes
Scroll down to explore 60+ Amber color palettes
Sunset Reverie color palette created on .