Color names in this palette
CSS code for this palette
/* CSS */
.baby-pink {
color: #ffb8d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dwarven-peaches {
color: #ffa07a;
}
.orange-bell-pepper {
color: #ff8b42;
}
.orange-soda {
color: #ff5e3d;
}
/* CSS Variables */
:root {
--baby-pink:#ffb8d1;
--grapefruit-pulp:#ff6e61;
--dwarven-peaches:#ffa07a;
--orange-bell-pepper:#ff8b42;
--orange-soda:#ff5e3d;
}