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: #f0c351;
}
.color-2 {
color: #f7a173;
}
.color-3 {
color: #e03e43;
}
.color-4 {
color: #5d4a8c;
}
.color-5 {
color: #1e2876;
}

/* CSS Variables */
:root {
--color-1: #f0c351;
--color-2: #f7a173;
--color-3: #e03e43;
--color-4: #5d4a8c;
--color-5: #1e2876;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c351, #f7a173, #e03e43, #5d4a8c, #1e2876);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c351, #f7a173, #e03e43, #5d4a8c, #1e2876);
}

Shades of Yellow color palette created on .