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: #191f4d;
}
.color-2 {
color: #4e5c8d;
}
.color-3 {
color: #7d8cb5;
}
.color-4 {
color: #b3c7e6;
}
.color-5 {
color: #f0e59e;
}
/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #4e5c8d;
--color-3: #7d8cb5;
--color-4: #b3c7e6;
--color-5: #f0e59e;
}
Celestial Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #4e5c8d, #7d8cb5, #b3c7e6, #f0e59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #4e5c8d, #7d8cb5, #b3c7e6, #f0e59e);
}
Similar color palettes
Celestial Dusk color palette created on .