Paleta de colores The Golden Sovereign

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Golden Sovereign palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores The Golden Sovereign

Download the golden sovereign color palette PNG image (landscape)
Download the golden sovereign color palette PNG image (square)

CSS de la paleta de colores The Golden Sovereign

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a87c29;
}
.color-3 {
color: #6b4d24;
}
.color-4 {
color: #c8b56a;
}
.color-5 {
color: #e5c75d;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a87c29;
--color-3: #6b4d24;
--color-4: #c8b56a;
--color-5: #e5c75d;
}

CSS del degradado de fondo The Golden Sovereign

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a87c29, #6b4d24, #c8b56a, #e5c75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a87c29, #6b4d24, #c8b56a, #e5c75d);
}

The Golden Sovereign color palette created on .