Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-blue {
color: #7e56c2;
}
.strawberry-mousse {
color: #a55f7f;
}
.calabrese {
color: #f1a8a2;
}
.sunny-mood {
color: #f7c94b;
}
.cymophane-yellow {
color: #f1e4a7;
}
/* CSS Variables */
:root {
--fuchsia-blue:#7e56c2;
--strawberry-mousse:#a55f7f;
--calabrese:#f1a8a2;
--sunny-mood:#f7c94b;
--cymophane-yellow:#f1e4a7;
}