Shades of Yellow and Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow and Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow and Green CSS

/* CSS */
.color-1 {
color: #f6c02c;
}
.color-2 {
color: #da5e25;
}
.color-3 {
color: #3e794d;
}
.color-4 {
color: #2b93a1;
}
.color-5 {
color: #5b4b8b;
}

/* CSS Variables */
:root {
--color-1: #f6c02c;
--color-2: #da5e25;
--color-3: #3e794d;
--color-4: #2b93a1;
--color-5: #5b4b8b;
}

CSS con gradiente di sfondo Shades of Yellow and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c02c, #da5e25, #3e794d, #2b93a1, #5b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c02c, #da5e25, #3e794d, #2b93a1, #5b4b8b);
}

Shades of Yellow and Green color palette created on .