Mysterious Harlequin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mysterious Harlequin palette
Mysterious Harlequin color palette CSS
/* CSS */
.color-1 {
color: #4d7d93;
}
.color-2 {
color: #f15a27;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #3b2b36;
}
.color-5 {
color: #b6a7e6;
}
/* CSS Variables */
:root {
--color-1: #4d7d93;
--color-2: #f15a27;
--color-3: #f9d86c;
--color-4: #3b2b36;
--color-5: #b6a7e6;
}
Mysterious Harlequin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7d93, #f15a27, #f9d86c, #3b2b36, #b6a7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7d93, #f15a27, #f9d86c, #3b2b36, #b6a7e6);
}
Similar color palettes
Mysterious Harlequin color palette created on .