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