Paleta de colores Celestial Currents
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Currents palette
CSS de la paleta de colores Celestial Currents
/* CSS */
.color-1 {
color: #d6e2e6;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #6998b5;
}
.color-4 {
color: #3e6a89;
}
.color-5 {
color: #2c4d68;
}
/* CSS Variables */
:root {
--color-1: #d6e2e6;
--color-2: #a1c6d4;
--color-3: #6998b5;
--color-4: #3e6a89;
--color-5: #2c4d68;
}
CSS del degradado de fondo Celestial Currents
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e2e6, #a1c6d4, #6998b5, #3e6a89, #2c4d68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e2e6, #a1c6d4, #6998b5, #3e6a89, #2c4d68);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Celestial Currents color palette created on .