Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.pickled-ginger {
color: #ffe057;
}
.ocean-in-a-bowl {
color: #6ce0b7;
}
.rocky-creek {
color: #404e4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--pickled-ginger:#ffe057;
--ocean-in-a-bowl:#6ce0b7;
--rocky-creek:#404e4f;
}