Color names in this palette
CSS code for this palette
/* CSS */
.golden-kiwi {
color: #f5cf38;
}
.troll-slayer-orange {
color: #f3a14f;
}
.zahri-pink {
color: #ec6f71;
}
.tear {
color: #b3d7e0;
}
.amaranth-purple {
color: #6c3f8d;
}
/* CSS Variables */
:root {
--golden-kiwi:#f5cf38;
--troll-slayer-orange:#f3a14f;
--zahri-pink:#ec6f71;
--tear:#b3d7e0;
--amaranth-purple:#6c3f8d;
}