Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hibiscus-delight {
color: #ff9b70;
}
.apricot-glow {
color: #ffcc7a;
}
.august-morning {
color: #ffd79e;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hibiscus-delight:#ff9b70;
--apricot-glow:#ffcc7a;
--august-morning:#ffd79e;
--creamy-cloud-dreams:#fff5e0;
}