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: #f6e5a2;
}
.color-2 {
color: #f0ca4c;
}
.color-3 {
color: #eab65d;
}
.color-4 {
color: #d8a22c;
}
.color-5 {
color: #d6a800;
}

/* CSS Variables */
:root {
--color-1: #f6e5a2;
--color-2: #f0ca4c;
--color-3: #eab65d;
--color-4: #d8a22c;
--color-5: #d6a800;
}

CSS con gradiente di sfondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5a2, #f0ca4c, #eab65d, #d8a22c, #d6a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5a2, #f0ca4c, #eab65d, #d8a22c, #d6a800);
}

Bright Yellow color palette created on .