Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-buttercream {
color: #f7aff8;
}
.romantic-ballad {
color: #e1b7e6;
}
.york-plum {
color: #d4c2e5;
}
.green-myth {
color: #c4e3c4;
}
.grape-green {
color: #a7e59f;
}
/* CSS Variables */
:root {
--strawberry-buttercream:#f7aff8;
--romantic-ballad:#e1b7e6;
--york-plum:#d4c2e5;
--green-myth:#c4e3c4;
--grape-green:#a7e59f;
}