Color names in this palette
CSS code for this palette
/* CSS */
.dark-prince {
color: #6b6e8e;
}
.mandrake {
color: #898c9f;
}
.filtered-light {
color: #b1b3c4;
}
.banana-drama {
color: #f2d34a;
}
.exuberant-orange {
color: #f25d2c;
}
/* CSS Variables */
:root {
--dark-prince:#6b6e8e;
--mandrake:#898c9f;
--filtered-light:#b1b3c4;
--banana-drama:#f2d34a;
--exuberant-orange:#f25d2c;
}