Paleta de colores Ancient Times

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ancient Times palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ancient Times

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

CSS de la paleta de colores Ancient Times

/* 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;
}

CSS del degradado de fondo Ancient Times

/* 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 .