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