Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.laser-trap {
color: #ff3d74;
}
.chinese-new-year {
color: #ff2e66;
}
.fly-agaric {
color: #ff1a57;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--laser-trap:#ff3d74;
--chinese-new-year:#ff2e66;
--fly-agaric:#ff1a57;
}