Sunset Grind Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Grind palette
Sunset Grind color palette CSS
/* CSS */
.color-1 {
color: #ff8b42;
}
.color-2 {
color: #ffbd52;
}
.color-3 {
color: #ffdc6b;
}
.color-4 {
color: #fff29e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff8b42;
--color-2: #ffbd52;
--color-3: #ffdc6b;
--color-4: #fff29e;
--color-5: #ff6e61;
}
Sunset Grind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b42, #ffbd52, #ffdc6b, #fff29e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b42, #ffbd52, #ffdc6b, #fff29e, #ff6e61);
}
Similar color palettes
Sunset Grind color palette created on .