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: #f9d36c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6a100;
}
.color-4 {
color: #d68f00;
}
.color-5 {
color: #b37700;
}
/* CSS Variables */
:root {
--color-1: #f9d36c;
--color-2: #f0a800;
--color-3: #e6a100;
--color-4: #d68f00;
--color-5: #b37700;
}
CSS con gradiente di sfondo Bright Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d36c, #f0a800, #e6a100, #d68f00, #b37700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d36c, #f0a800, #e6a100, #d68f00, #b37700);
}
Tavolozze di colori simili
Bright Yellow color palette created on .