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: #b76e2a;
}
.color-2 {
color: #ccaf6b;
}
.color-3 {
color: #dfd0a4;
}
.color-4 {
color: #a9c7ab;
}
.color-5 {
color: #4c908f;
}

/* CSS Variables */
:root {
--color-1: #b76e2a;
--color-2: #ccaf6b;
--color-3: #dfd0a4;
--color-4: #a9c7ab;
--color-5: #4c908f;
}

Ancient Times background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76e2a, #ccaf6b, #dfd0a4, #a9c7ab, #4c908f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76e2a, #ccaf6b, #dfd0a4, #a9c7ab, #4c908f);
}

Ancient Times color palette created on .