Paleta de colores Light Apple Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Apple Green palette
CSS de la paleta de colores Light Apple Green
/* CSS */
.color-1 {
color: #a8e6bf;
}
.color-2 {
color: #b7fbbe;
}
.color-3 {
color: #c2f9b9;
}
.color-4 {
color: #e9f8aa;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #a8e6bf;
--color-2: #b7fbbe;
--color-3: #c2f9b9;
--color-4: #e9f8aa;
--color-5: #ffd900;
}
CSS del degradado de fondo Light Apple Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6bf, #b7fbbe, #c2f9b9, #e9f8aa, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6bf, #b7fbbe, #c2f9b9, #e9f8aa, #ffd900);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Estético
Light Apple Green color palette created on .