Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.brassy-tint {
color: #d8a93b;
}
.menoth-white-base {
color: #f2e6ba;
}
.wicked-witch {
color: #5a994d;
}
.legacy-blue {
color: #9fc7e0;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--brassy-tint:#d8a93b;
--menoth-white-base:#f2e6ba;
--wicked-witch:#5a994d;
--legacy-blue:#9fc7e0;
}