Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8abe;
}
.blush-hour {
color: #ff7094;
}
.sasquatch-socks {
color: #ff4d7c;
}
.chinese-new-year {
color: #ff2e66;
}
.fly-agaric {
color: #ff1a53;
}
/* CSS Variables */
:root {
--cochonnet:#ff8abe;
--blush-hour:#ff7094;
--sasquatch-socks:#ff4d7c;
--chinese-new-year:#ff2e66;
--fly-agaric:#ff1a53;
}