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: #f0a800;
}
.color-2 {
color: #e5c157;
}
.color-3 {
color: #b8d86e;
}
.color-4 {
color: #6ccb8a;
}
.color-5 {
color: #1f8a8e;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e5c157;
--color-3: #b8d86e;
--color-4: #6ccb8a;
--color-5: #1f8a8e;
}

CSS con gradiente di sfondo Shades of Yellow and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e5c157, #b8d86e, #6ccb8a, #1f8a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e5c157, #b8d86e, #6ccb8a, #1f8a8e);
}

Shades of Yellow and Green color palette created on .