Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.blue-suede-shoes {
color: #4b4b63;
}
.waterloo {
color: #7d7d97;
}
.wild-orchid-blue {
color: #b4b4d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blue-suede-shoes:#4b4b63;
--waterloo:#7d7d97;
--wild-orchid-blue:#b4b4d9;
--grapefruit-pulp:#ff6e61;
}