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