Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.cheese {
color: #ffa600;
}
.desert-dessert {
color: #ffb86b;
}
.tomorrow-s-coral {
color: #ffc2a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--cheese:#ffa600;
--desert-dessert:#ffb86b;
--tomorrow-s-coral:#ffc2a3;
}