Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.troll-slayer-orange {
color: #f6a64c;
}
.sea-nettle {
color: #f2783a;
}
.sour-cherry {
color: #e24a3c;
}
.precious-peony {
color: #be3c4d;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--troll-slayer-orange:#f6a64c;
--sea-nettle:#f2783a;
--sour-cherry:#e24a3c;
--precious-peony:#be3c4d;
}