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