Color names in this palette
CSS code for this palette
/* CSS */
.placebo-magenta {
color: #f9ebf4;
}
.in-the-pink {
color: #f2c5d3;
}
.pinque {
color: #f1a2b0;
}
.i-love-you-pink {
color: #d67a8d;
}
.exaggerated-blush {
color: #b14e6a;
}
/* CSS Variables */
:root {
--placebo-magenta:#f9ebf4;
--in-the-pink:#f2c5d3;
--pinque:#f1a2b0;
--i-love-you-pink:#d67a8d;
--exaggerated-blush:#b14e6a;
}