Paleta de colores Shades of Green and Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green and Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green and Yellow

/* CSS */
.color-1 {
color: #a9d9a1;
}
.color-2 {
color: #f6e0a7;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #a1c738;
}

/* CSS Variables */
:root {
--color-1: #a9d9a1;
--color-2: #f6e0a7;
--color-3: #f4b943;
--color-4: #f5a300;
--color-5: #a1c738;
}

CSS del degradado de fondo Shades of Green and Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9a1, #f6e0a7, #f4b943, #f5a300, #a1c738);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9a1, #f6e0a7, #f4b943, #f5a300, #a1c738);
}

Shades of Green and Yellow color palette created on .