Color names in this palette
CSS code for this palette
/* CSS */
.bing-cherry-pie {
color: #af4b69;
}
.paris-pink {
color: #d56c8c;
}
.pink-fit {
color: #f8a5b1;
}
.demure-pink {
color: #f8d3c4;
}
.aquarelle-orange {
color: #fbe8df;
}
/* CSS Variables */
:root {
--bing-cherry-pie:#af4b69;
--paris-pink:#d56c8c;
--pink-fit:#f8a5b1;
--demure-pink:#f8d3c4;
--aquarelle-orange:#fbe8df;
}