The Heirophant Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with The Heirophant palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori The Heirophant

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

tavolozza dei colori The Heirophant CSS

/* 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 con gradiente di sfondo 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 .