Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.apricot-glow {
color: #ffcc7a;
}
.sun-drenched {
color: #ffe8a3;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--apricot-glow:#ffcc7a;
--sun-drenched:#ffe8a3;
--shalimar:#f8f9a9;
}