Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-red {
color: #e24c3c;
}
.leery-lemon {
color: #f9c51a;
}
.menoth-white-base {
color: #f1e6b7;
}
.boat-house {
color: #4f8cba;
}
.old-money {
color: #2a5a4d;
}
/* CSS Variables */
:root {
--mandarin-red:#e24c3c;
--leery-lemon:#f9c51a;
--menoth-white-base:#f1e6b7;
--boat-house:#4f8cba;
--old-money:#2a5a4d;
}