Heir of Void Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heir of Void palette
Heir of Void color palette PNG image
Heir of Void color palette CSS
/* CSS */
.color-1 {
color: #1e1a23;
}
.color-2 {
color: #3a2d4e;
}
.color-3 {
color: #5e4b81;
}
.color-4 {
color: #7a6b9e;
}
.color-5 {
color: #b9a6c9;
}
/* CSS Variables */
:root {
--color-1: #1e1a23;
--color-2: #3a2d4e;
--color-3: #5e4b81;
--color-4: #7a6b9e;
--color-5: #b9a6c9;
}
Heir of Void background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a23, #3a2d4e, #5e4b81, #7a6b9e, #b9a6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a23, #3a2d4e, #5e4b81, #7a6b9e, #b9a6c9);
}
Similar color palettes
Heir of Void color palette created on .