Heist of Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heist of Hues palette

Share this palette to:

Heist of Hues color palette CSS

/* CSS */
.color-1 {
color: #7a2a2a;
}
.color-2 {
color: #a46a6a;
}
.color-3 {
color: #d9b7a1;
}
.color-4 {
color: #f1d3c6;
}
.color-5 {
color: #e4b9d2;
}

/* CSS Variables */
:root {
--color-1: #7a2a2a;
--color-2: #a46a6a;
--color-3: #d9b7a1;
--color-4: #f1d3c6;
--color-5: #e4b9d2;
}

Heist of Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2a, #a46a6a, #d9b7a1, #f1d3c6, #e4b9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2a, #a46a6a, #d9b7a1, #f1d3c6, #e4b9d2);
}

Heist of Hues color palette created on .