Golden Echoes of Ancient Civilizations Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Echoes of Ancient Civilizations palette
Golden Echoes of Ancient Civilizations color palette CSS
/* CSS */
.color-1 {
color: #f7d54a;
}
.color-2 {
color: #e9a52f;
}
.color-3 {
color: #d87c2c;
}
.color-4 {
color: #bf5a3b;
}
.color-5 {
color: #a63a3c;
}
/* CSS Variables */
:root {
--color-1: #f7d54a;
--color-2: #e9a52f;
--color-3: #d87c2c;
--color-4: #bf5a3b;
--color-5: #a63a3c;
}
Golden Echoes of Ancient Civilizations background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d54a, #e9a52f, #d87c2c, #bf5a3b, #a63a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d54a, #e9a52f, #d87c2c, #bf5a3b, #a63a3c);
}
Similar color palettes
Golden Echoes of Ancient Civilizations color palette created on .