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: #f7da4b;
}
.color-3 {
color: #f3e97c;
}
.color-4 {
color: #a3d44e;
}
.color-5 {
color: #6acb3a;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f7da4b;
--color-3: #f3e97c;
--color-4: #a3d44e;
--color-5: #6acb3a;
}

CSS del degradado de fondo Shades of Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f7da4b, #f3e97c, #a3d44e, #6acb3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f7da4b, #f3e97c, #a3d44e, #6acb3a);
}

Shades of Yellow Green color palette created on .