Paleta de colores Serene Sky Symphony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Sky Symphony palette
Image Gallery
CSS de la paleta de colores Serene Sky Symphony
/* CSS */
.color-1 {
color: #e4eef1;
}
.color-2 {
color: #d2e2e9;
}
.color-3 {
color: #c1d6e1;
}
.color-4 {
color: #aecbdb;
}
.color-5 {
color: #95bad0;
}
/* CSS Variables */
:root {
--color-1: #e4eef1;
--color-2: #d2e2e9;
--color-3: #c1d6e1;
--color-4: #aecbdb;
--color-5: #95bad0;
}
CSS del degradado de fondo Serene Sky Symphony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eef1, #d2e2e9, #c1d6e1, #aecbdb, #95bad0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eef1, #d2e2e9, #c1d6e1, #aecbdb, #95bad0);
}
Paletas de colores similares
Serene Sky Symphony color palette created on .