Black Henbane Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Henbane palette
Color Inspiration
Images that showcase this color palette in real designs
Download Black Henbane Color Palette (PNG)
Black Henbane color palette CSS
/* CSS */
.color-1 {
color: #493b4e;
}
.color-2 {
color: #6c5b80;
}
.color-3 {
color: #8d699b;
}
.color-4 {
color: #b68bae;
}
.color-5 {
color: #dbb8d5;
}
/* CSS Variables */
:root {
--color-1: #493b4e;
--color-2: #6c5b80;
--color-3: #8d699b;
--color-4: #b68bae;
--color-5: #dbb8d5;
}
Black Henbane background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493b4e, #6c5b80, #8d699b, #b68bae, #dbb8d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493b4e, #6c5b80, #8d699b, #b68bae, #dbb8d5);
}
Similar color palettes
Black Henbane color palette created on .