Ancient Times Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ancient Times palette
Ancient Times color palette PNG image
Ancient Times color palette CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d1a85c;
}
.color-3 {
color: #e6b147;
}
.color-4 {
color: #d57e1a;
}
.color-5 {
color: #b5611c;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d1a85c;
--color-3: #e6b147;
--color-4: #d57e1a;
--color-5: #b5611c;
}
Ancient Times background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d1a85c, #e6b147, #d57e1a, #b5611c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d1a85c, #e6b147, #d57e1a, #b5611c);
}
Similar color palettes
Ancient Times color palette created on .