Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.blush-hour {
color: #ff7092;
}
.conch-shell {
color: #ff8f9a;
}
.matt-pink {
color: #ffb3c1;
}
.bologna-sausage {
color: #ffd1d9;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--blush-hour:#ff7092;
--conch-shell:#ff8f9a;
--matt-pink:#ffb3c1;
--bologna-sausage:#ffd1d9;
}