Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vivid-tangerine {
color: #ff9980;
}
.shrimp-toast {
color: #f7c6a1;
}
.light-curd {
color: #f9e9c8;
}
.james-blonde {
color: #f0e3b7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vivid-tangerine:#ff9980;
--shrimp-toast:#f7c6a1;
--light-curd:#f9e9c8;
--james-blonde:#f0e3b7;
}