Celestial Dusk Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Celestial Dusk palette
tavolozza dei colori Celestial Dusk 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;
}
CSS con gradiente di sfondo Celestial Dusk
/* 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);
}
Tavolozze di colori simili
Celestial Dusk color palette created on .