Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.acini-di-pepe {
color: #ffd6b3;
}
.fresh-dew {
color: #f1f8e2;
}
.timeless-seafoam {
color: #b1e2e1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--acini-di-pepe:#ffd6b3;
--fresh-dew:#f1f8e2;
--timeless-seafoam:#b1e2e1;
}