Shades of Yellow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow palette
tavolozza dei colori Shades of Yellow CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #f8d34f;
}
.color-4 {
color: #d5ea90;
}
.color-5 {
color: #a3d55d;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f5b400;
--color-3: #f8d34f;
--color-4: #d5ea90;
--color-5: #a3d55d;
}
CSS con gradiente di sfondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f5b400, #f8d34f, #d5ea90, #a3d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f5b400, #f8d34f, #d5ea90, #a3d55d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 80+ tavolozzas di colori Brillante
Shades of Yellow color palette created on .