Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f9a9d5;
}
.cherry-blossom {
color: #f5c2d7;
}
.blackberry-yogurt {
color: #e6b3e0;
}
.bright-ube {
color: #d1a4ea;
}
.cobalite {
color: #a58aff;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f9a9d5;
--cherry-blossom:#f5c2d7;
--blackberry-yogurt:#e6b3e0;
--bright-ube:#d1a4ea;
--cobalite:#a58aff;
}