Color names in this palette
CSS code for this palette
/* CSS */
.bing-cherry-pie {
color: #af4b69;
}
.paris-pink {
color: #d86f8b;
}
.pressed-rose {
color: #f1a7a9;
}
.hooked-mimosa {
color: #fdc9c4;
}
.poetic-princess {
color: #f8e2e6;
}
/* CSS Variables */
:root {
--bing-cherry-pie:#af4b69;
--paris-pink:#d86f8b;
--pressed-rose:#f1a7a9;
--hooked-mimosa:#fdc9c4;
--poetic-princess:#f8e2e6;
}