Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff9a75;
}
.prairie-sunset {
color: #ffb199;
}
.sand-muffin {
color: #ffdfc2;
}
.apricot-lily {
color: #ffd1b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff9a75;
--prairie-sunset:#ffb199;
--sand-muffin:#ffdfc2;
--apricot-lily:#ffd1b3;
}