Heritage Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heritage Hues palette

Share this palette to:

Heritage Hues color palette CSS

/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d49d8c;
}
.color-3 {
color: #a67d7f;
}
.color-4 {
color: #7b5b69;
}
.color-5 {
color: #4a3d57;
}

/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d49d8c;
--color-3: #a67d7f;
--color-4: #7b5b69;
--color-5: #4a3d57;
}

Heritage Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d49d8c, #a67d7f, #7b5b69, #4a3d57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d49d8c, #a67d7f, #7b5b69, #4a3d57);
}

Heritage Hues color palette created on .