Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f6d9a2;
}
.lusty-salmon {
color: #f0b2a3;
}
.carmine-rose {
color: #e05c8f;
}
.plum-dust {
color: #a34d92;
}
.mystic-nights {
color: #4c2f6f;
}
/* CSS Variables */
:root {
--milky-maize:#f6d9a2;
--lusty-salmon:#f0b2a3;
--carmine-rose:#e05c8f;
--plum-dust:#a34d92;
--mystic-nights:#4c2f6f;
}