Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.blush-hour {
color: #ff7092;
}
.poodle-skirt {
color: #ffb3ba;
}
.kisses-and-hugs {
color: #ff667d;
}
.moth-orchid {
color: #d10070;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--blush-hour:#ff7092;
--poodle-skirt:#ffb3ba;
--kisses-and-hugs:#ff667d;
--moth-orchid:#d10070;
}