Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff8e6b;
}
.super-sepia {
color: #ffa98a;
}
.apricot-lily {
color: #ffd1b3;
}
.feather-plume {
color: #ffdeb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff8e6b;
--super-sepia:#ffa98a;
--apricot-lily:#ffd1b3;
--feather-plume:#ffdeb3;
}