The Heirophant Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Heirophant palette
The Heirophant color palette PNG image
The Heirophant color palette 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;
}
The Heirophant background gradient CSS
/* 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);
}
Similar color palettes
The Heirophant color palette created on .