Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.5 {
color: #f8d68b;
}
.hawker-s-gold {
color: #f2c26e;
}
.troll-slayer-orange {
color: #f1a44b;
}
.crushed-berries {
color: #d45e9b;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--5:#f8d68b;
--hawker-s-gold:#f2c26e;
--troll-slayer-orange:#f1a44b;
--crushed-berries:#d45e9b;
}