Golden Conquest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Conquest palette
Golden Conquest color palette CSS
/* CSS */
.color-1 {
color: #a95d2d;
}
.color-2 {
color: #e8b64a;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #c9d8ba;
}
/* CSS Variables */
:root {
--color-1: #a95d2d;
--color-2: #e8b64a;
--color-3: #f1c84b;
--color-4: #f4e1a4;
--color-5: #c9d8ba;
}
Golden Conquest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a95d2d, #e8b64a, #f1c84b, #f4e1a4, #c9d8ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a95d2d, #e8b64a, #f1c84b, #f4e1a4, #c9d8ba);
}
Similar color palettes
Golden Conquest color palette created on .