Mystic Violets and Golden Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Violets and Golden Hues palette
Mystic Violets and Golden Hues color palette CSS
/* CSS */
.color-1 {
color: #4e1b88;
}
.color-2 {
color: #6a3eda;
}
.color-3 {
color: #a45cbc;
}
.color-4 {
color: #d69d4c;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #4e1b88;
--color-2: #6a3eda;
--color-3: #a45cbc;
--color-4: #d69d4c;
--color-5: #f1c40e;
}
Mystic Violets and Golden Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e1b88, #6a3eda, #a45cbc, #d69d4c, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e1b88, #6a3eda, #a45cbc, #d69d4c, #f1c40e);
}
Similar color palettes
Mystic Violets and Golden Hues color palette created on .