Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d0;
}
.blush-hour {
color: #ff7094;
}
.sasquatch-socks {
color: #ff4d7f;
}
.pink-flamb {
color: #d24b8a;
}
.vivacious {
color: #a62b5c;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d0;
--blush-hour:#ff7094;
--sasquatch-socks:#ff4d7f;
--pink-flamb:#d24b8a;
--vivacious:#a62b5c;
}