Paleta de colores Serene Skies and Blushing Blooms
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Skies and Blushing Blooms palette
CSS de la paleta de colores Serene Skies and Blushing Blooms
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b7e0f0;
}
.color-3 {
color: #f1f5f8;
}
.color-4 {
color: #f6d7a2;
}
.color-5 {
color: #f2a1b9;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b7e0f0;
--color-3: #f1f5f8;
--color-4: #f6d7a2;
--color-5: #f2a1b9;
}
CSS del degradado de fondo Serene Skies and Blushing Blooms
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b7e0f0, #f1f5f8, #f6d7a2, #f2a1b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b7e0f0, #f1f5f8, #f6d7a2, #f2a1b9);
}
Paletas de colores similares
Serene Skies and Blushing Blooms color palette created on .