Color names in this palette
CSS code for this palette
/* CSS */
.troll-slayer-orange {
color: #f3a34f;
}
.yellow-currant {
color: #f6c76a;
}
.nature-s-delight {
color: #a4d68f;
}
.adrift {
color: #4d8d99;
}
.rose-turkish-delight {
color: #d84f7f;
}
/* CSS Variables */
:root {
--troll-slayer-orange:#f3a34f;
--yellow-currant:#f6c76a;
--nature-s-delight:#a4d68f;
--adrift:#4d8d99;
--rose-turkish-delight:#d84f7f;
}