Bright Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Yellow palette

Condividi questa palette a:

tavolozza dei colori Bright Yellow CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f4c210;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #e68a00;
}
.color-5 {
color: #d16c00;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f4c210;
--color-3: #f0a400;
--color-4: #e68a00;
--color-5: #d16c00;
}

CSS con gradiente di sfondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f4c210, #f0a400, #e68a00, #d16c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f4c210, #f0a400, #e68a00, #d16c00);
}

Bright Yellow color palette created on .