Celestial Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dusk palette
Celestial Dusk color palette CSS
/* CSS */
.color-1 {
color: #4b4f8b;
}
.color-2 {
color: #8e8ebe;
}
.color-3 {
color: #b4c1e9;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--color-1: #4b4f8b;
--color-2: #8e8ebe;
--color-3: #b4c1e9;
--color-4: #f4e1a4;
--color-5: #f1a8a2;
}
Celestial Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4f8b, #8e8ebe, #b4c1e9, #f4e1a4, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4f8b, #8e8ebe, #b4c1e9, #f4e1a4, #f1a8a2);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Celestial Dusk color palette created on .