Golden Rarity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Rarity palette

Condividi questa palette a:

tavolozza dei colori Golden Rarity CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #f7e0a6;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e67a00;
}
.color-5 {
color: #c1543e;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #f7e0a6;
--color-3: #f1c84b;
--color-4: #e67a00;
--color-5: #c1543e;
}

CSS con gradiente di sfondo Golden Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #f7e0a6, #f1c84b, #e67a00, #c1543e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #f7e0a6, #f1c84b, #e67a00, #c1543e);
}

Golden Rarity color palette created on .