Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff997a;
}
.nature-apricot {
color: #ffbaa3;
}
.macaroon-cream {
color: #ffe8d6;
}
.sugar-milk {
color: #fffcf5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff997a;
--nature-apricot:#ffbaa3;
--macaroon-cream:#ffe8d6;
--sugar-milk:#fffcf5;
}