Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.blush-hour {
color: #ff7092;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.powder-puff {
color: #fff0f3;
}
.carnation-bouquet {
color: #f5c2d1;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--blush-hour:#ff7092;
--hot-aquarelle-pink:#ffb3d9;
--powder-puff:#fff0f3;
--carnation-bouquet:#f5c2d1;
}