Color names in this palette
CSS code for this palette
/* CSS */
.amethyst {
color: #9966cc;
}
.lavender-cream {
color: #bda1e8;
}
.japan-blush {
color: #e0d2ef;
}
.sugarpills {
color: #f8e0ff;
}
.plasma-trail {
color: #d79eff;
}
/* CSS Variables */
:root {
--amethyst:#9966cc;
--lavender-cream:#bda1e8;
--japan-blush:#e0d2ef;
--sugarpills:#f8e0ff;
--plasma-trail:#d79eff;
}