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