Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.burned-brown {
color: #6f4c3e;
}
.andrea-blue {
color: #4c7de6;
}
.mystic-tulip {
color: #f7b5a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--burned-brown:#6f4c3e;
--andrea-blue:#4c7de6;
--mystic-tulip:#f7b5a1;
--solar-plexus-chakra:#f1c84b;
}