Paleta de colores Yellow Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Green palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Green

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #fac400;
}
.color-3 {
color: #fae900;
}
.color-4 {
color: #a4db00;
}
.color-5 {
color: #00b300;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #fac400;
--color-3: #fae900;
--color-4: #a4db00;
--color-5: #00b300;
}

CSS del degradado de fondo Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #fac400, #fae900, #a4db00, #00b300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #fac400, #fae900, #a4db00, #00b300);
}

Yellow Green color palette created on .