Color names in this palette
CSS code for this palette
/* CSS */
.flirt-alert {
color: #ba3a36;
}
.troll-slayer-orange {
color: #f0a14c;
}
.steamy-dumpling {
color: #e9eab3;
}
.nero-s-green {
color: #2e7e7f;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--flirt-alert:#ba3a36;
--troll-slayer-orange:#f0a14c;
--steamy-dumpling:#e9eab3;
--nero-s-green:#2e7e7f;
--lime-lizard:#a3d55d;
}