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: #6dbf4a;
}
.color-2 {
color: #b4d64c;
}
.color-3 {
color: #f3e11b;
}
.color-4 {
color: #f9d14e;
}
.color-5 {
color: #faa700;
}

/* CSS Variables */
:root {
--color-1: #6dbf4a;
--color-2: #b4d64c;
--color-3: #f3e11b;
--color-4: #f9d14e;
--color-5: #faa700;
}

CSS del degradado de fondo Shades of Green and Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6dbf4a, #b4d64c, #f3e11b, #f9d14e, #faa700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6dbf4a, #b4d64c, #f3e11b, #f9d14e, #faa700);
}

Shades of Green and Yellow color palette created on .