Bright Yellow Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Bright Yellow palette
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);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Brillante
Bright Yellow color palette created on .