Paleta de colores Light Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Green palette

Compartir esta paleta en:

CSS de la paleta de colores Light Green

/* CSS */
.color-1 {
color: #aad86f;
}
.color-2 {
color: #afdf9f;
}
.color-3 {
color: #f3f6a7;
}
.color-4 {
color: #f6d56a;
}
.color-5 {
color: #f9b548;
}

/* CSS Variables */
:root {
--color-1: #aad86f;
--color-2: #afdf9f;
--color-3: #f3f6a7;
--color-4: #f6d56a;
--color-5: #f9b548;
}

CSS del degradado de fondo Light Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad86f, #afdf9f, #f3f6a7, #f6d56a, #f9b548);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad86f, #afdf9f, #f3f6a7, #f6d56a, #f9b548);
}

Light Green color palette created on .