Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.beige-topaz {
color: #ffca7a;
}
.bone-white {
color: #f1e0b1;
}
.cay {
color: #a4d2d5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--beige-topaz:#ffca7a;
--bone-white:#f1e0b1;
--cay:#a4d2d5;
}