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