Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.vampire-red {
color: #d63f2e;
}
.art-house-pink {
color: #c56f6d;
}
.plum-dust {
color: #a94c8f;
}
.dark-purple {
color: #380a43;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--vampire-red:#d63f2e;
--art-house-pink:#c56f6d;
--plum-dust:#a94c8f;
--dark-purple:#380a43;
}