Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ff9d5c;
}
.apricot-glow {
color: #ffcc7a;
}
.sun-drenched {
color: #ffe8a3;
}
.casino-lights {
color: #f7f1b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ff9d5c;
--apricot-glow:#ffcc7a;
--sun-drenched:#ffe8a3;
--casino-lights:#f7f1b6;
}