Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kissable {
color: #ff8e7a;
}
.sweet-apricot {
color: #ffc0a3;
}
.powdered-peach {
color: #ffe5d1;
}
.tahoe-snow {
color: #d7e1e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kissable:#ff8e7a;
--sweet-apricot:#ffc0a3;
--powdered-peach:#ffe5d1;
--tahoe-snow:#d7e1e5;
}