Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry-pink {
color: #a03b59;
}
.paris-pink {
color: #d66b8b;
}
.emperor-s-children {
color: #f1a2b4;
}
.melon-ice {
color: #f4d8c8;
}
.shea {
color: #f9f0ec;
}
/* CSS Variables */
:root {
--boysenberry-pink:#a03b59;
--paris-pink:#d66b8b;
--emperor-s-children:#f1a2b4;
--melon-ice:#f4d8c8;
--shea:#f9f0ec;
}