Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff9a75;
}
.fuzzy-navel {
color: #ffd59e;
}
.friendship {
color: #ffdac2;
}
.fresh-dew {
color: #f1f8e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff9a75;
--fuzzy-navel:#ffd59e;
--friendship:#ffdac2;
--fresh-dew:#f1f8e2;
}