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: #a8d3e1;
}
.color-2 {
color: #f6a8a2;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f6a8a2;
--color-3: #f1c84b;
--color-4: #f39c12;
--color-5: #e74d3c;
}
Celestial Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f6a8a2, #f1c84b, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f6a8a2, #f1c84b, #f39c12, #e74d3c);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Celestial Sunset color palette created on .