Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.peach-taffy {
color: #f5b88e;
}
.forsythia-blossom {
color: #f6d66f;
}
.green-trance {
color: #a2d7a7;
}
.xavier-blue {
color: #6eb2e2;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--peach-taffy:#f5b88e;
--forsythia-blossom:#f6d66f;
--green-trance:#a2d7a7;
--xavier-blue:#6eb2e2;
}