Celestial Drift Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Celestial Drift palette
tavolozza dei colori Celestial Drift CSS
/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4c4e57;
}
.color-3 {
color: #697a8c;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #d2e8f4;
}
/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4c4e57;
--color-3: #697a8c;
--color-4: #a3c7e0;
--color-5: #d2e8f4;
}
CSS con gradiente di sfondo Celestial Drift
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4c4e57, #697a8c, #a3c7e0, #d2e8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4c4e57, #697a8c, #a3c7e0, #d2e8f4);
}
Tavolozze di colori simili
Celestial Drift color palette created on .