Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.flash-in-the-pan {
color: #ff997a;
}
.melon-water {
color: #ffbeb3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.wake-me-up {
color: #f6d55a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--flash-in-the-pan:#ff997a;
--melon-water:#ffbeb3;
--creamy-sweet-corn:#f9c54e;
--wake-me-up:#f6d55a;
}