Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff997a;
}
.island-girl {
color: #ffb699;
}
.curtsy {
color: #ffd5b8;
}
.silky-tofu {
color: #fff6e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff997a;
--island-girl:#ffb699;
--curtsy:#ffd5b8;
--silky-tofu:#fff6e5;
}