Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-orange {
color: #ff8a5c;
}
.cream-puff {
color: #ffb899;
}
.english-rose {
color: #f7c5c5;
}
.queenly {
color: #d4afd2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-orange:#ff8a5c;
--cream-puff:#ffb899;
--english-rose:#f7c5c5;
--queenly:#d4afd2;
}