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: #b6b6d8;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blue-suede-shoes:#4b4b63;
--waterloo:#7d7d97;
--wild-orchid-blue:#b6b6d8;
--foundation-white:#f0f0ff;
}