Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.just-blush {
color: #f9b4a4;
}
.cool-cantaloupe {
color: #f1d2cb;
}
.butterfield {
color: #f4c15d;
}
.pale-banana {
color: #f7e48d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--just-blush:#f9b4a4;
--cool-cantaloupe:#f1d2cb;
--butterfield:#f4c15d;
--pale-banana:#f7e48d;
}