Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6c508b;
}
.radiant-orchid {
color: #a85d9b;
}
.elastic-pink {
color: #f0a3c7;
}
.peach-damask {
color: #f6c8a7;
}
.storm-lightning {
color: #f9e59f;
}
/* CSS Variables */
:root {
--magenta-violet:#6c508b;
--radiant-orchid:#a85d9b;
--elastic-pink:#f0a3c7;
--peach-damask:#f6c8a7;
--storm-lightning:#f9e59f;
}