Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4e3c8b;
}
.jubilee {
color: #7b5b9f;
}
.lilac-breeze {
color: #a48ebe;
}
.childlike {
color: #e7c1d2;
}
.mystic-tulip {
color: #f7b8a1;
}
/* CSS Variables */
:root {
--blue-gem:#4e3c8b;
--jubilee:#7b5b9f;
--lilac-breeze:#a48ebe;
--childlike:#e7c1d2;
--mystic-tulip:#f7b8a1;
}