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