Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #ff809d;
}
.sasquatch-socks {
color: #ff4d82;
}
.chinese-new-year {
color: #ff2e70;
}
.fly-agaric {
color: #ff1a57;
}
.hawaiian-raspberry {
color: #ff0051;
}
/* CSS Variables */
:root {
--pink-makeup:#ff809d;
--sasquatch-socks:#ff4d82;
--chinese-new-year:#ff2e70;
--fly-agaric:#ff1a57;
--hawaiian-raspberry:#ff0051;
}