Purple Hyacinth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Hyacinth palette
Purple Hyacinth color palette CSS
/* CSS */
.color-1 {
color: #7f2b91;
}
.color-2 {
color: #a84ec6;
}
.color-3 {
color: #c89fdf;
}
.color-4 {
color: #f4b6f6;
}
.color-5 {
color: #f7d4df;
}
/* CSS Variables */
:root {
--color-1: #7f2b91;
--color-2: #a84ec6;
--color-3: #c89fdf;
--color-4: #f4b6f6;
--color-5: #f7d4df;
}
Purple Hyacinth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f2b91, #a84ec6, #c89fdf, #f4b6f6, #f7d4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f2b91, #a84ec6, #c89fdf, #f4b6f6, #f7d4df);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Purple Hyacinth color palette created on .