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