Paleta de colores Golden Rarity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Rarity palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Rarity

/* CSS */
.color-1 {
color: #f5d547;
}
.color-2 {
color: #d8b541;
}
.color-3 {
color: #c89d37;
}
.color-4 {
color: #b18a2f;
}
.color-5 {
color: #7d6d2b;
}

/* CSS Variables */
:root {
--color-1: #f5d547;
--color-2: #d8b541;
--color-3: #c89d37;
--color-4: #b18a2f;
--color-5: #7d6d2b;
}

CSS del degradado de fondo Golden Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d547, #d8b541, #c89d37, #b18a2f, #7d6d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d547, #d8b541, #c89d37, #b18a2f, #7d6d2b);
}

Golden Rarity color palette created on .