Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.aztec-warrior {
color: #b8006e;
}
.skinny-jeans {
color: #5d8dfe;
}
.heliotrope-magenta {
color: #aa00b3;
}
.lovecloud {
color: #eab7f1;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--aztec-warrior:#b8006e;
--skinny-jeans:#5d8dfe;
--heliotrope-magenta:#aa00b3;
--lovecloud:#eab7f1;
}