Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.laser-trap {
color: #ff3d74;
}
.peevish-red {
color: #ff2965;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--laser-trap:#ff3d74;
--peevish-red:#ff2965;
--mandarin-red:#e74d3c;
}