Hyacinth Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hyacinth Dream palette
Hyacinth Dream color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8c7dcf;
}
.color-3 {
color: #b6a4e0;
}
.color-4 {
color: #e7b6e0;
}
.color-5 {
color: #f8bfd3;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8c7dcf;
--color-3: #b6a4e0;
--color-4: #e7b6e0;
--color-5: #f8bfd3;
}
Hyacinth Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8c7dcf, #b6a4e0, #e7b6e0, #f8bfd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8c7dcf, #b6a4e0, #e7b6e0, #f8bfd3);
}
Similar color palettes
Hyacinth Dream color palette created on .