Golden Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Shades palette

Condividi questa palette a:

tavolozza dei colori Golden Shades CSS

/* CSS */
.color-1 {
color: #febd1b;
}
.color-2 {
color: #f9d980;
}
.color-3 {
color: #f3c949;
}
.color-4 {
color: #e5a134;
}
.color-5 {
color: #d6852e;
}

/* CSS Variables */
:root {
--color-1: #febd1b;
--color-2: #f9d980;
--color-3: #f3c949;
--color-4: #e5a134;
--color-5: #d6852e;
}

CSS con gradiente di sfondo Golden Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #febd1b, #f9d980, #f3c949, #e5a134, #d6852e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #febd1b, #f9d980, #f3c949, #e5a134, #d6852e);
}

Golden Shades color palette created on .