Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f5b2b2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.siesta-sands {
color: #f1e6df;
}
.n-rang-orange {
color: #ff8052;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--brain-pink:#f5b2b2;
--solar-plexus-chakra:#f1c84b;
--siesta-sands:#f1e6df;
--n-rang-orange:#ff8052;
--emerald-wave:#4eb7ac;
}