Paleta de colores Celestial Drift
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Drift palette
CSS de la paleta de colores Celestial Drift
/* CSS */
.color-1 {
color: #1a203d;
}
.color-2 {
color: #3a2a6f;
}
.color-3 {
color: #4a758c;
}
.color-4 {
color: #6eb2bf;
}
.color-5 {
color: #a4e0e5;
}
/* CSS Variables */
:root {
--color-1: #1a203d;
--color-2: #3a2a6f;
--color-3: #4a758c;
--color-4: #6eb2bf;
--color-5: #a4e0e5;
}
CSS del degradado de fondo Celestial Drift
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a203d, #3a2a6f, #4a758c, #6eb2bf, #a4e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a203d, #3a2a6f, #4a758c, #6eb2bf, #a4e0e5);
}
Paletas de colores similares
Celestial Drift color palette created on .