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