Old Gold Shades Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Old Gold Shades palette

Condividi questa palette a:

tavolozza dei colori Old Gold Shades CSS

/* CSS */
.color-1 {
color: #d6c400;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #c79f00;
}
.color-5 {
color: #a86d00;
}

/* CSS Variables */
:root {
--color-1: #d6c400;
--color-2: #f5c400;
--color-3: #f9d66c;
--color-4: #c79f00;
--color-5: #a86d00;
}

CSS con gradiente di sfondo Old Gold Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c400, #f5c400, #f9d66c, #c79f00, #a86d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c400, #f5c400, #f9d66c, #c79f00, #a86d00);
}

Old Gold Shades color palette created on .