Color names in this palette
CSS code for this palette
/* CSS */
.more-than-a-week {
color: #8d8b8d;
}
.calabrese {
color: #f0a7a3;
}
.fuji-purple {
color: #8b6ea0;
}
.black-leather-jacket {
color: #2b3b26;
}
.waffle-cone {
color: #e2c879;
}
/* CSS Variables */
:root {
--more-than-a-week:#8d8b8d;
--calabrese:#f0a7a3;
--fuji-purple:#8b6ea0;
--black-leather-jacket:#2b3b26;
--waffle-cone:#e2c879;
}