Paleta de colores Shades of Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green palette
CSS de la paleta de colores Shades of Green
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #6fbe73;
}
.color-3 {
color: #9cdc93;
}
.color-4 {
color: #c3e0b2;
}
.color-5 {
color: #e8f7e3;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #6fbe73;
--color-3: #9cdc93;
--color-4: #c3e0b2;
--color-5: #e8f7e3;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #6fbe73, #9cdc93, #c3e0b2, #e8f7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #6fbe73, #9cdc93, #c3e0b2, #e8f7e3);
}
Paletas de colores similares
Shades of Green color palette created on .