Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c3d1;
}
.rose-mallow {
color: #f9a9c9;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.chinese-new-year {
color: #ff2e6d;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c3d1;
--rose-mallow:#f9a9c9;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--chinese-new-year:#ff2e6d;
}