Color names in this palette
CSS code for this palette
/* CSS */
.sea-loch {
color: #6d9bd0;
}
.mandarin-sorbet {
color: #ffad42;
}
.meat {
color: #f47b7b;
}
.wasabi {
color: #b0e57b;
}
.wizard-s-potion {
color: #5c5c99;
}
/* CSS Variables */
:root {
--sea-loch:#6d9bd0;
--mandarin-sorbet:#ffad42;
--meat:#f47b7b;
--wasabi:#b0e57b;
--wizard-s-potion:#5c5c99;
}