Celestial Descent Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Celestial Descent palette
Immagine PNG della tavolozza dei colori Celestial Descent
tavolozza dei colori Celestial Descent CSS
/* CSS */
.color-1 {
color: #e5f7ff;
}
.color-2 {
color: #a3d7e6;
}
.color-3 {
color: #6bbfd1;
}
.color-4 {
color: #3999d0;
}
.color-5 {
color: #1e80be;
}
/* CSS Variables */
:root {
--color-1: #e5f7ff;
--color-2: #a3d7e6;
--color-3: #6bbfd1;
--color-4: #3999d0;
--color-5: #1e80be;
}
CSS con gradiente di sfondo Celestial Descent
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f7ff, #a3d7e6, #6bbfd1, #3999d0, #1e80be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f7ff, #a3d7e6, #6bbfd1, #3999d0, #1e80be);
}
Tavolozze di colori simili
Celestial Descent color palette created on .