Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.blush-hour {
color: #ff7094;
}
.saira-red {
color: #ff9ebb;
}
.minimal-rose {
color: #f1d0df;
}
.soft-lavender {
color: #f8e2f5;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--blush-hour:#ff7094;
--saira-red:#ff9ebb;
--minimal-rose:#f1d0df;
--soft-lavender:#f8e2f5;
}