Color names in this palette
CSS code for this palette
/* CSS */
.heart-chakra {
color: #5abf7f;
}
.aqua-bay {
color: #b3e0c9;
}
.syndicalist {
color: #f5c400;
}
.shocking-orange {
color: #ff6d1f;
}
.conch-shell {
color: #ff8a9b;
}
/* CSS Variables */
:root {
--heart-chakra:#5abf7f;
--aqua-bay:#b3e0c9;
--syndicalist:#f5c400;
--shocking-orange:#ff6d1f;
--conch-shell:#ff8a9b;
}