The Golden Sovereign Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Golden Sovereign palette

Share this palette to:

Download The Golden Sovereign Color Palette (PNG)

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

The Golden Sovereign color palette CSS

/* 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;
}

The Golden Sovereign background gradient CSS

/* 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 .