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