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