Paleta de colores Shades of Yellow Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow Green

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #e0f500;
}
.color-4 {
color: #a1d600;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fad400;
--color-3: #e0f500;
--color-4: #a1d600;
--color-5: #4cae4f;
}

CSS del degradado de fondo Shades of Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fad400, #e0f500, #a1d600, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fad400, #e0f500, #a1d600, #4cae4f);
}

Shades of Yellow Green color palette created on .