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