Shades of Yellow Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Ispirazione Colori
Immagini che mostrano questa palette di colori in design reali
Scarica la tavolozza dei colori Shades of Yellow (PNG)
tavolozza dei colori Shades of Yellow CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d2af56;
}
.color-3 {
color: #b58e3b;
}
.color-4 {
color: #8c6e1d;
}
.color-5 {
color: #584b0e;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d2af56;
--color-3: #b58e3b;
--color-4: #8c6e1d;
--color-5: #584b0e;
}
CSS con gradiente di sfondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d2af56, #b58e3b, #8c6e1d, #584b0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d2af56, #b58e3b, #8c6e1d, #584b0e);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Ambra
Shades of Yellow color palette created on .