Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7c;
}
.blush-hour {
color: #ff708d;
}
.charming-cherry {
color: #ff94a0;
}
.young-salmon {
color: #ffb3b5;
}
.bologna-sausage {
color: #ffd1d9;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7c;
--blush-hour:#ff708d;
--charming-cherry:#ff94a0;
--young-salmon:#ffb3b5;
--bologna-sausage:#ffd1d9;
}