Color names in this palette
CSS code for this palette
/* CSS */
.placebo-magenta {
color: #f9ebf4;
}
.in-the-pink {
color: #f2c5d2;
}
.kawaii {
color: #eba8b9;
}
.dimple {
color: #e97c8c;
}
.pink-punch {
color: #d14d6b;
}
/* CSS Variables */
:root {
--placebo-magenta:#f9ebf4;
--in-the-pink:#f2c5d2;
--kawaii:#eba8b9;
--dimple:#e97c8c;
--pink-punch:#d14d6b;
}