Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.macaroni-and-cheese {
color: #ffba7a;
}
.baby-chick {
color: #ffeba3;
}
.exploding-star {
color: #ffd83d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--fresh-cantaloupe:#ff9a6b;
--macaroni-and-cheese:#ffba7a;
--baby-chick:#ffeba3;
--exploding-star:#ffd83d;
}