Heir Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heir palette
Color Inspiration
Images that showcase this color palette in real designs
Download Heir Color Palette (PNG)
Heir color palette CSS
/* CSS */
.color-1 {
color: #5d3c8b;
}
.color-2 {
color: #9d6b9e;
}
.color-3 {
color: #d7a3c2;
}
.color-4 {
color: #e5b79f;
}
.color-5 {
color: #f4d35d;
}
/* CSS Variables */
:root {
--color-1: #5d3c8b;
--color-2: #9d6b9e;
--color-3: #d7a3c2;
--color-4: #e5b79f;
--color-5: #f4d35d;
}
Heir background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3c8b, #9d6b9e, #d7a3c2, #e5b79f, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3c8b, #9d6b9e, #d7a3c2, #e5b79f, #f4d35d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Heir color palette created on .