Color names in this palette
CSS code for this palette
/* CSS */
.pale-canary {
color: #f6efa7;
}
.banana-ice-cream {
color: #f0d4b2;
}
.blush {
color: #f09d8e;
}
.cupid-s-arrow {
color: #f06a8c;
}
.peppermint-swirl {
color: #d45e7b;
}
/* CSS Variables */
:root {
--pale-canary:#f6efa7;
--banana-ice-cream:#f0d4b2;
--blush:#f09d8e;
--cupid-s-arrow:#f06a8c;
--peppermint-swirl:#d45e7b;
}