Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.royal-hyacinth {
color: #494969;
}
.bossa-nova-blue {
color: #7b7b9d;
}
.tangled-web {
color: #b3b3b3;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--royal-hyacinth:#494969;
--bossa-nova-blue:#7b7b9d;
--tangled-web:#b3b3b3;
--bleached-silk:#f2f2f2;
}