Color names in this palette
CSS code for this palette
/* CSS */
.heart-chakra {
color: #5fbf7d;
}
.overtone {
color: #a9e5ba;
}
.fresh-grown {
color: #f2f9c3;
}
.cream-blush {
color: #f6c598;
}
.carrot {
color: #f66b3c;
}
/* CSS Variables */
:root {
--heart-chakra:#5fbf7d;
--overtone:#a9e5ba;
--fresh-grown:#f2f9c3;
--cream-blush:#f6c598;
--carrot:#f66b3c;
}