Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8ab5;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7c;
}
.chinese-new-year {
color: #ff2e66;
}
.cry-of-a-rose {
color: #b63a5d;
}
/* CSS Variables */
:root {
--cochonnet:#ff8ab5;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7c;
--chinese-new-year:#ff2e66;
--cry-of-a-rose:#b63a5d;
}