Ancient Times Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ancient Times palette

Share this palette to:

Ancient Times color palette PNG image

Download ancient times color palette PNG image (landscape)
Download ancient times color palette PNG image (square)

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);
}

Ancient Times color palette created on .