Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.shrimp-toast {
color: #f7c5a1;
}
.menoth-white-base {
color: #f3e8b9;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--shrimp-toast:#f7c5a1;
--menoth-white-base:#f3e8b9;
--light-blue-glint:#a8d3e1;
}