Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.french-fuchsia {
color: #ff3d8e;
}
.blush-hour {
color: #ff7092;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--french-fuchsia:#ff3d8e;
--blush-hour:#ff7092;
--cherry-blossom-pink:#ffb3c6;
--snow-white-blush:#f9aeae;
}