Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6c508b;
}
.usu-pink {
color: #a77b9d;
}
.milkshake-pink {
color: #f1cbd4;
}
.maximum-yellow-red {
color: #f1b74b;
}
.tangerine-bliss {
color: #d65b2e;
}
/* CSS Variables */
:root {
--magenta-violet:#6c508b;
--usu-pink:#a77b9d;
--milkshake-pink:#f1cbd4;
--maximum-yellow-red:#f1b74b;
--tangerine-bliss:#d65b2e;
}