Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff708f;
}
.simple-pink {
color: #f7a1ae;
}
.sweetheart {
color: #f1c6d9;
}
.gumball {
color: #e2b1d3;
}
.cashmere-rose {
color: #c87e9e;
}
/* CSS Variables */
:root {
--blush-hour:#ff708f;
--simple-pink:#f7a1ae;
--sweetheart:#f1c6d9;
--gumball:#e2b1d3;
--cashmere-rose:#c87e9e;
}