Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.egyptian-gold {
color: #f1a94b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.two-peas-in-a-pod {
color: #a1d64c;
}
.fruit-salad {
color: #4ca44c;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--egyptian-gold:#f1a94b;
--solar-plexus-chakra:#f1c84b;
--two-peas-in-a-pod:#a1d64c;
--fruit-salad:#4ca44c;
}