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: #d7a01d;
}
.color-2 {
color: #e16c2d;
}
.color-3 {
color: #f1b47e;
}
.color-4 {
color: #f6e1b6;
}
.color-5 {
color: #c5d3e2;
}

/* CSS Variables */
:root {
--color-1: #d7a01d;
--color-2: #e16c2d;
--color-3: #f1b47e;
--color-4: #f6e1b6;
--color-5: #c5d3e2;
}

CSS del degradado de fondo Golden Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a01d, #e16c2d, #f1b47e, #f6e1b6, #c5d3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a01d, #e16c2d, #f1b47e, #f6e1b6, #c5d3e2);
}

Golden Rarity color palette created on .