Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.peevish-red {
color: #ff2969;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--peevish-red:#ff2969;
}