Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.odyssey-grey {
color: #4b4b5d;
}
.blue-intrigue {
color: #7d7d9b;
}
.freesia-purple {
color: #b0b0d8;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--odyssey-grey:#4b4b5d;
--blue-intrigue:#7d7d9b;
--freesia-purple:#b0b0d8;
--sunshine-mellow:#f1c40e;
}