Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d44a3a;
}
.hot-orange {
color: #f18a3b;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.wicked-green {
color: #a1d449;
}
.arctic-green {
color: #4bb9b7;
}
/* CSS Variables */
:root {
--warming-heart:#d44a3a;
--hot-orange:#f18a3b;
--solar-plexus-chakra:#f1cb4b;
--wicked-green:#a1d449;
--arctic-green:#4bb9b7;
}