Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.sweet-apricot {
color: #ffc0a3;
}
.pandora-s-box {
color: #ffdbb8;
}
.pale-egg {
color: #ffe7d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--sweet-apricot:#ffc0a3;
--pandora-s-box:#ffdbb8;
--pale-egg:#ffe7d1;
}