Color names in this palette
CSS code for this palette
/* CSS */
.himalayan-balsam {
color: #ff9ec5;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.peevish-red {
color: #ff296d;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--himalayan-balsam:#ff9ec5;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--peevish-red:#ff296d;
--moth-orchid:#d6006f;
}