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: #f7b5a1;
}
.color-2 {
color: #f3d4b4;
}
.color-3 {
color: #b3e6da;
}
.color-4 {
color: #7cc6d5;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f3d4b4;
--color-3: #b3e6da;
--color-4: #7cc6d5;
--color-5: #4b91e2;
}
CSS del degradado de fondo Celestial Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f3d4b4, #b3e6da, #7cc6d5, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f3d4b4, #b3e6da, #7cc6d5, #4b91e2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 800+ paletas de colores Estético
Celestial Serenade color palette created on .