Paleta de colores Emerald Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Emerald Breeze palette
CSS de la paleta de colores Emerald Breeze
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #60be7f;
}
.color-3 {
color: #8fdc8f;
}
.color-4 {
color: #c2e4b4;
}
.color-5 {
color: #f3faeb;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #60be7f;
--color-3: #8fdc8f;
--color-4: #c2e4b4;
--color-5: #f3faeb;
}
CSS del degradado de fondo Emerald Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #60be7f, #8fdc8f, #c2e4b4, #f3faeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #60be7f, #8fdc8f, #c2e4b4, #f3faeb);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Verde
Emerald Breeze color palette created on .