Color names in this palette
CSS code for this palette
/* CSS */
.court-jester {
color: #8f709e;
}
.heart-to-heart {
color: #d6a8c8;
}
.in-the-pink {
color: #f2c5d3;
}
.placebo-lime {
color: #f5faeb;
}
.iced-aqua {
color: #a6d7d9;
}
/* CSS Variables */
:root {
--court-jester:#8f709e;
--heart-to-heart:#d6a8c8;
--in-the-pink:#f2c5d3;
--placebo-lime:#f5faeb;
--iced-aqua:#a6d7d9;
}