Color names in this palette
CSS code for this palette
/* CSS */
.primo {
color: #78b86f;
}
.lasting-thoughts {
color: #d4e4af;
}
.coral-blossom {
color: #f6c1a2;
}
.troll-slayer-orange {
color: #f4a14e;
}
.king-crimson {
color: #c94a4a;
}
/* CSS Variables */
:root {
--primo:#78b86f;
--lasting-thoughts:#d4e4af;
--coral-blossom:#f6c1a2;
--troll-slayer-orange:#f4a14e;
--king-crimson:#c94a4a;
}