Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff9a75;
}
.persicus {
color: #ffb59e;
}
.in-the-pink {
color: #f2c5d1;
}
.mauve-memento {
color: #a76c8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff9a75;
--persicus:#ffb59e;
--in-the-pink:#f2c5d1;
--mauve-memento:#a76c8f;
}