Color names in this palette
CSS code for this palette
/* CSS */
.sugar-high {
color: #f1c6e7;
}
.spaghetti-strap-pink {
color: #f6a7d6;
}
.tea-rose {
color: #f28cbe;
}
.medium-pink {
color: #f15b94;
}
.raspberry-sorbet {
color: #d93a6a;
}
/* CSS Variables */
:root {
--sugar-high:#f1c6e7;
--spaghetti-strap-pink:#f6a7d6;
--tea-rose:#f28cbe;
--medium-pink:#f15b94;
--raspberry-sorbet:#d93a6a;
}