Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.raspberry-sorbet {
color: #d83b70;
}
.cry-of-a-rose {
color: #b1355a;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--raspberry-sorbet:#d83b70;
--cry-of-a-rose:#b1355a;
}