Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.apricot-glow {
color: #ffcc7a;
}
.sun-drenched {
color: #ffe5a3;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--apricot-glow:#ffcc7a;
--sun-drenched:#ffe5a3;
--misty-rose:#ffe3e0;
}