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: #a7d7b8;
}
.color-3 {
color: #e0e0e0;
}
.color-4 {
color: #f0b6a3;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #a7d7b8;
--color-3: #e0e0e0;
--color-4: #f0b6a3;
--color-5: #ff6e61;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #a7d7b8, #e0e0e0, #f0b6a3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #a7d7b8, #e0e0e0, #f0b6a3, #ff6e61);
}
Paletas de colores similares
Shades of Green color palette created on .