Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff8e6b;
}
.super-sepia {
color: #ffa98a;
}
.melon-sprinkle {
color: #ffcb9e;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff8e6b;
--super-sepia:#ffa98a;
--melon-sprinkle:#ffcb9e;
--mouse-nose:#ffe4b3;
}