Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.sweet-apricot {
color: #ffbda3;
}
.south-shore-sun {
color: #ffda9e;
}
.faded-sunlight {
color: #ffd06b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--sweet-apricot:#ffbda3;
--south-shore-sun:#ffda9e;
--faded-sunlight:#ffd06b;
}