Color names in this palette
CSS code for this palette
/* CSS */
.blue-rose {
color: #2c2f6d;
}
.wizard-s-potion {
color: #5f609b;
}
.childish-wonder {
color: #a4a6db;
}
.lovecloud {
color: #f0b7ea;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-rose:#2c2f6d;
--wizard-s-potion:#5f609b;
--childish-wonder:#a4a6db;
--lovecloud:#f0b7ea;
--grapefruit-pulp:#ff6e61;
}