Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #20202d;
}
.intense-purple {
color: #4b4b6c;
}
.thirsty-thursday {
color: #6d6d9c;
}
.fife {
color: #a8a8c2;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--black-howl:#20202d;
--intense-purple:#4b4b6c;
--thirsty-thursday:#6d6d9c;
--fife:#a8a8c2;
--bleached-silk:#f2f2f2;
}