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: #f5a300;
}
.color-2 {
color: #facc00;
}
.color-3 {
color: #fae500;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4bba17;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #facc00;
--color-3: #fae500;
--color-4: #a3d55d;
--color-5: #4bba17;
}

CSS del degradado de fondo Shades of Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #facc00, #fae500, #a3d55d, #4bba17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #facc00, #fae500, #a3d55d, #4bba17);
}

Shades of Yellow Green color palette created on .