Color names in this palette
CSS code for this palette
/* CSS */
.bing-cherry-pie {
color: #af4b69;
}
.preppy-rose {
color: #d06c8c;
}
.princess {
color: #eca7b3;
}
.persian-delight {
color: #f0c7d9;
}
.frolic {
color: #f9e8e1;
}
/* CSS Variables */
:root {
--bing-cherry-pie:#af4b69;
--preppy-rose:#d06c8c;
--princess:#eca7b3;
--persian-delight:#f0c7d9;
--frolic:#f9e8e1;
}