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: #94b3e0;
}
.color-2 {
color: #6faad8;
}
.color-3 {
color: #52c5ef;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--color-1: #94b3e0;
--color-2: #6faad8;
--color-3: #52c5ef;
--color-4: #f4e1a4;
--color-5: #f6a9a2;
}
CSS del degradado de fondo Celestial Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94b3e0, #6faad8, #52c5ef, #f4e1a4, #f6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94b3e0, #6faad8, #52c5ef, #f4e1a4, #f6a9a2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Celestial Serenity color palette created on .