Color names in this palette
CSS code for this palette
/* CSS */
.exotic-purple {
color: #6a4f78;
}
.rhubarb-gin {
color: #d9a6c6;
}
.minute-mauve {
color: #f0e7f4;
}
.sango-pink {
color: #f5b0a8;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--exotic-purple:#6a4f78;
--rhubarb-gin:#d9a6c6;
--minute-mauve:#f0e7f4;
--sango-pink:#f5b0a8;
--nacho:#ffcb5c;
}