Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.fresh-apricot {
color: #ffd6a3;
}
.fish-ceviche {
color: #e2e2d5;
}
.smooth-satin {
color: #a2d7d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--fresh-apricot:#ffd6a3;
--fish-ceviche:#e2e2d5;
--smooth-satin:#a2d7d1;
}