Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dwarven-peaches {
color: #ffa07a;
}
.affinity {
color: #ffd3a3;
}
.light-blue-glint {
color: #a8d3e1;
}
.silver-tree {
color: #69bf91;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dwarven-peaches:#ffa07a;
--affinity:#ffd3a3;
--light-blue-glint:#a8d3e1;
--silver-tree:#69bf91;
}