Paleta de colores The Heirophant

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Heirophant palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores The Heirophant

Download the heirophant color palette PNG image (landscape)
Download the heirophant color palette PNG image (square)

CSS de la paleta de colores The Heirophant

/* CSS */
.color-1 {
color: #9d7c3f;
}
.color-2 {
color: #b1a05d;
}
.color-3 {
color: #d0c78b;
}
.color-4 {
color: #e8e2b0;
}
.color-5 {
color: #f3f1d3;
}

/* CSS Variables */
:root {
--color-1: #9d7c3f;
--color-2: #b1a05d;
--color-3: #d0c78b;
--color-4: #e8e2b0;
--color-5: #f3f1d3;
}

CSS del degradado de fondo The Heirophant

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d7c3f, #b1a05d, #d0c78b, #e8e2b0, #f3f1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d7c3f, #b1a05d, #d0c78b, #e8e2b0, #f3f1d3);
}

The Heirophant color palette created on .