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: #3d3d3d;
}
.color-2 {
color: #f5f100;
}
.color-3 {
color: #f5df51;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f6b531;
}

/* CSS Variables */
:root {
--color-1: #3d3d3d;
--color-2: #f5f100;
--color-3: #f5df51;
--color-4: #f9c54e;
--color-5: #f6b531;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d3d3d, #f5f100, #f5df51, #f9c54e, #f6b531);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d3d3d, #f5f100, #f5df51, #f9c54e, #f6b531);
}

Tavolozze di colori simili

Shades of Yellow color palette created on .