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: #ffde05;
}
.color-2 {
color: #f8b830;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #ffde05;
--color-2: #f8b830;
--color-3: #f39c12;
--color-4: #e77e23;
--color-5: #d15400;
}

CSS con gradiente di sfondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffde05, #f8b830, #f39c12, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffde05, #f8b830, #f39c12, #e77e23, #d15400);
}

Bright Yellow color palette created on .