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: #ffbd42;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #f14b7d;
}
.color-5 {
color: #6b509b;
}
/* CSS Variables */
:root {
--color-1: #ffbd42;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #f14b7d;
--color-5: #6b509b;
}
Sunset Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbd42, #ff6e61, #ff4d4d, #f14b7d, #6b509b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbd42, #ff6e61, #ff4d4d, #f14b7d, #6b509b);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunset Reverie color palette created on .