Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.caicos-turquoise {
color: #2bb1b6;
}
.burned-brown {
color: #6f4c3e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--caicos-turquoise:#2bb1b6;
--burned-brown:#6f4c3e;
--solar-plexus-chakra:#f1c84b;
--entan-red:#e76e50;
}