Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.alexandria {
color: #ff9175;
}
.peach-pearl {
color: #ffb4a3;
}
.friendship {
color: #ffd6c2;
}
.dwarven-peaches {
color: #ffa07a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--alexandria:#ff9175;
--peach-pearl:#ffb4a3;
--friendship:#ffd6c2;
--dwarven-peaches:#ffa07a;
}