Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.loveland {
color: #e56c8e;
}
.peppermint-swirl {
color: #d4597e;
}
.tutti-frutti {
color: #b95b7d;
}
.boysenberry-pink {
color: #9f3c5a;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--loveland:#e56c8e;
--peppermint-swirl:#d4597e;
--tutti-frutti:#b95b7d;
--boysenberry-pink:#9f3c5a;
}