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: #4b4f6c;
}
.color-2 {
color: #6d7688;
}
.color-3 {
color: #8e9aa9;
}
.color-4 {
color: #b4b76c;
}
.color-5 {
color: #d8c76e;
}
/* CSS Variables */
:root {
--color-1: #4b4f6c;
--color-2: #6d7688;
--color-3: #8e9aa9;
--color-4: #b4b76c;
--color-5: #d8c76e;
}
Celestial Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4f6c, #6d7688, #8e9aa9, #b4b76c, #d8c76e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4f6c, #6d7688, #8e9aa9, #b4b76c, #d8c76e);
}
Similar color palettes
Scroll down to explore 30+ Aesthetic color palettes
Celestial Dusk color palette created on .