Medieval Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Medieval Gold palette

Share this palette to:

Medieval Gold color palette CSS

/* CSS */
.color-1 {
color: #e6c300;
}
.color-2 {
color: #c7a600;
}
.color-3 {
color: #a88f00;
}
.color-4 {
color: #8a7a00;
}
.color-5 {
color: #615f00;
}

/* CSS Variables */
:root {
--color-1: #e6c300;
--color-2: #c7a600;
--color-3: #a88f00;
--color-4: #8a7a00;
--color-5: #615f00;
}

Medieval Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c300, #c7a600, #a88f00, #8a7a00, #615f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c300, #c7a600, #a88f00, #8a7a00, #615f00);
}

Medieval Gold color palette created on .