Golden Pallasite Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Pallasite palette

Condividi questa palette a:

tavolozza dei colori Golden Pallasite CSS

/* CSS */
.color-1 {
color: #b69a5d;
}
.color-2 {
color: #c0af54;
}
.color-3 {
color: #d2c72d;
}
.color-4 {
color: #f9e54e;
}
.color-5 {
color: #f9d348;
}

/* CSS Variables */
:root {
--color-1: #b69a5d;
--color-2: #c0af54;
--color-3: #d2c72d;
--color-4: #f9e54e;
--color-5: #f9d348;
}

CSS con gradiente di sfondo Golden Pallasite

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b69a5d, #c0af54, #d2c72d, #f9e54e, #f9d348);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b69a5d, #c0af54, #d2c72d, #f9e54e, #f9d348);
}

Golden Pallasite color palette created on .