Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.blush-hour {
color: #ff7092;
}
.pink-dream {
color: #ff9ea1;
}
.pink-and-sleek {
color: #ffc2c8;
}
.pink-pleasure {
color: #ffe0e4;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--blush-hour:#ff7092;
--pink-dream:#ff9ea1;
--pink-and-sleek:#ffc2c8;
--pink-pleasure:#ffe0e4;
}