Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.melon-water {
color: #ffbeb3;
}
.mediterranean-mist {
color: #b7ebd4;
}
.water-flow {
color: #7fc5d7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--melon-water:#ffbeb3;
--mediterranean-mist:#b7ebd4;
--water-flow:#7fc5d7;
}