Paleta de colores Summer Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Summer Breeze palette
CSS de la paleta de colores Summer Breeze
/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #a1d7e8;
}
.color-3 {
color: #b2e0e0;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #f6c188;
}
/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #a1d7e8;
--color-3: #b2e0e0;
--color-4: #f4b69f;
--color-5: #f6c188;
}
CSS del degradado de fondo Summer Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #a1d7e8, #b2e0e0, #f4b69f, #f6c188);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #a1d7e8, #b2e0e0, #f4b69f, #f6c188);
}
Paletas de colores similares
Summer Breeze color palette created on .