Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c2;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.laser-trap {
color: #ff3d67;
}
.vivaldi-red {
color: #f03d3d;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c2;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--laser-trap:#ff3d67;
--vivaldi-red:#f03d3d;
}