Color Adjustments
Bright Harlequin Color Palette CSS
/* CSS */
.color-1 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #000000;
}Bright Harlequin Gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000);
}Bright Harlequin color palette created on .
6 views