Color names in this palette
CSS code for this palette
/* CSS */
.sugar-tooth {
color: #d78e9b;
}
.princess {
color: #f1a7b6;
}
.palace-rose {
color: #f9c8d3;
}
.extreme-yellow {
color: #ffb829;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sugar-tooth:#d78e9b;
--princess:#f1a7b6;
--palace-rose:#f9c8d3;
--extreme-yellow:#ffb829;
--grapefruit-pulp:#ff6e61;
}