Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1c2c;
}
.squid-s-ink {
color: #4d4f5c;
}
.powder-soft-blue {
color: #b6c8d8;
}
.crunch {
color: #f2b55f;
}
.porcelain-rose {
color: #e86d6d;
}
/* CSS Variables */
:root {
--black-howl:#1f1c2c;
--squid-s-ink:#4d4f5c;
--powder-soft-blue:#b6c8d8;
--crunch:#f2b55f;
--porcelain-rose:#e86d6d;
}