Color names in this palette
CSS code for this palette
/* CSS */
.heart-chakra {
color: #5abf7b;
}
.shaded-sun {
color: #f6e9a7;
}
.cape-jasmine {
color: #ffb85c;
}
.opal-flame {
color: #ef5c48;
}
.rouge-like {
color: #a93d63;
}
/* CSS Variables */
:root {
--heart-chakra:#5abf7b;
--shaded-sun:#f6e9a7;
--cape-jasmine:#ffb85c;
--opal-flame:#ef5c48;
--rouge-like:#a93d63;
}