Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.riviera-rose {
color: #f9afa4;
}
.pale-coral {
color: #f1d1b6;
}
.spanish-cream {
color: #fce5c0;
}
.curd {
color: #f8e1b9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--riviera-rose:#f9afa4;
--pale-coral:#f1d1b6;
--spanish-cream:#fce5c0;
--curd:#f8e1b9;
}