Paleta de colores Serene Sky Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Sky Dreams palette
CSS de la paleta de colores Serene Sky Dreams
/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #80b3d6;
}
.color-3 {
color: #5faee3;
}
.color-4 {
color: #3aafd9;
}
.color-5 {
color: #208dbc;
}
/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #80b3d6;
--color-3: #5faee3;
--color-4: #3aafd9;
--color-5: #208dbc;
}
CSS del degradado de fondo Serene Sky Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #80b3d6, #5faee3, #3aafd9, #208dbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #80b3d6, #5faee3, #3aafd9, #208dbc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Estético
Serene Sky Dreams color palette created on .