Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d2f;
}
.amphystine {
color: #3e3e5b;
}
.mid-grey {
color: #5f5f6d;
}
.purple-orchid {
color: #b04f8e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--black-howl:#1d1d2f;
--amphystine:#3e3e5b;
--mid-grey:#5f5f6d;
--purple-orchid:#b04f8e;
--grapefruit-pulp:#ff6e61;
}