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: #f6b531;
}
.color-2 {
color: #f2e03a;
}
.color-3 {
color: #e0f34f;
}
.color-4 {
color: #9ccf59;
}
.color-5 {
color: #5abf76;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f2e03a;
--color-3: #e0f34f;
--color-4: #9ccf59;
--color-5: #5abf76;
}

CSS del degradado de fondo Shades of Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f2e03a, #e0f34f, #9ccf59, #5abf76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f2e03a, #e0f34f, #9ccf59, #5abf76);
}

Shades of Yellow Green color palette created on .