Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3b8c;
}
.medieval {
color: #6f70b3;
}
.childish-wonder {
color: #a3a7e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-gem:#4b3b8c;
--medieval:#6f70b3;
--childish-wonder:#a3a7e0;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
}