Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8fc3;
}
.blush-hour {
color: #ff7092;
}
.fuchsia-fever {
color: #ff5c9a;
}
.sasquatch-socks {
color: #ff4d7f;
}
.cream-puff {
color: #ffb899;
}
/* CSS Variables */
:root {
--cochonnet:#ff8fc3;
--blush-hour:#ff7092;
--fuchsia-fever:#ff5c9a;
--sasquatch-socks:#ff4d7f;
--cream-puff:#ffb899;
}