Sunset Regrets Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Regrets palette
Sunset Regrets color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffee70;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ff382e;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffee70;
--color-4: #ff7142;
--color-5: #ff382e;
}
Sunset Regrets background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffee70, #ff7142, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffee70, #ff7142, #ff382e);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunset Regrets color palette created on .