Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.troll-slayer-orange {
color: #f6a64c;
}
.crusta {
color: #f88854;
}
.flirty-salmon {
color: #f66e6a;
}
.watermelon-juice {
color: #f56186;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--troll-slayer-orange:#f6a64c;
--crusta:#f88854;
--flirty-salmon:#f66e6a;
--watermelon-juice:#f56186;
}