Paleta de colores Ancient Egypt

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ancient Egypt palette

Compartir esta paleta en:

Descargar la paleta de colores Ancient Egypt (PNG)

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

CSS de la paleta de colores Ancient Egypt

/* CSS */
.color-1 {
color: #e4c358;
}
.color-2 {
color: #d6982e;
}
.color-3 {
color: #c66e2f;
}
.color-4 {
color: #5e4c3b;
}
.color-5 {
color: #1d396d;
}

/* CSS Variables */
:root {
--color-1: #e4c358;
--color-2: #d6982e;
--color-3: #c66e2f;
--color-4: #5e4c3b;
--color-5: #1d396d;
}

CSS del degradado de fondo Ancient Egypt

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c358, #d6982e, #c66e2f, #5e4c3b, #1d396d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c358, #d6982e, #c66e2f, #5e4c3b, #1d396d);
}

Ancient Egypt color palette created on .