Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.flash-in-the-pan {
color: #ff997a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.watermelon-juice {
color: #f25f7f;
}
.kaihau-express {
color: #d14900;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--flash-in-the-pan:#ff997a;
--grapefruit-pulp:#ff6e61;
--watermelon-juice:#f25f7f;
--kaihau-express:#d14900;
}