Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.heart-chakra {
color: #5abf7a;
}
.marigold-yellow {
color: #f7ea6e;
}
.orange-soda {
color: #f55c3d;
}
.bitter-orange {
color: #d67a2e;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--heart-chakra:#5abf7a;
--marigold-yellow:#f7ea6e;
--orange-soda:#f55c3d;
--bitter-orange:#d67a2e;
}