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: #dfbd6d;
}
.color-2 {
color: #c4b44a;
}
.color-3 {
color: #aea25b;
}
.color-4 {
color: #f2d48c;
}
.color-5 {
color: #d6b129;
}
/* CSS Variables */
:root {
--color-1: #dfbd6d;
--color-2: #c4b44a;
--color-3: #aea25b;
--color-4: #f2d48c;
--color-5: #d6b129;
}
CSS con gradiente di sfondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfbd6d, #c4b44a, #aea25b, #f2d48c, #d6b129);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfbd6d, #c4b44a, #aea25b, #f2d48c, #d6b129);
}
Tavolozze di colori simili
Shades of Yellow color palette created on .