Shades of Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #e2e600;
}
.color-4 {
color: #a6c700;
}
.color-5 {
color: #4cb800;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d000;
--color-3: #e2e600;
--color-4: #a6c700;
--color-5: #4cb800;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d000, #e2e600, #a6c700, #4cb800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d000, #e2e600, #a6c700, #4cb800);
}

Shades of Yellow color palette created on .