Color names in this palette
CSS code for this palette
/* CSS */
.mystic-nights {
color: #4c2f6f;
}
.jubilee {
color: #7b5b9f;
}
.atlantic-tulip {
color: #b39cc4;
}
.pink-fit {
color: #f1a7b1;
}
.dusty-orange {
color: #e16c4c;
}
/* CSS Variables */
:root {
--mystic-nights:#4c2f6f;
--jubilee:#7b5b9f;
--atlantic-tulip:#b39cc4;
--pink-fit:#f1a7b1;
--dusty-orange:#e16c4c;
}