Sunset Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Reverie palette
Sunset Reverie color palette PNG image
Sunset Reverie color palette CSS
/* CSS */
.color-1 {
color: #f3e0d3;
}
.color-2 {
color: #f0a7a3;
}
.color-3 {
color: #ef782e;
}
.color-4 {
color: #d64f3d;
}
.color-5 {
color: #682c3d;
}
/* CSS Variables */
:root {
--color-1: #f3e0d3;
--color-2: #f0a7a3;
--color-3: #ef782e;
--color-4: #d64f3d;
--color-5: #682c3d;
}
Sunset Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e0d3, #f0a7a3, #ef782e, #d64f3d, #682c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e0d3, #f0a7a3, #ef782e, #d64f3d, #682c3d);
}
Similar color palettes
Sunset Reverie color palette created on .