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: #f6b83c;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #94e1d0;
}
.color-4 {
color: #4da6ef;
}
.color-5 {
color: #3d8eeb;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6d12c;
--color-3: #94e1d0;
--color-4: #4da6ef;
--color-5: #3d8eeb;
}

CSS con gradiente di sfondo Bright Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6d12c, #94e1d0, #4da6ef, #3d8eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6d12c, #94e1d0, #4da6ef, #3d8eeb);
}

Bright Yellow color palette created on .