Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.blush-hour {
color: #ff7092;
}
.conch-shell {
color: #ff8f9a;
}
.ballet-slippers {
color: #ffa3b1;
}
.matt-pink {
color: #ffb3c2;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--blush-hour:#ff7092;
--conch-shell:#ff8f9a;
--ballet-slippers:#ffa3b1;
--matt-pink:#ffb3c2;
}