Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.workout-routine {
color: #ffd88a;
}
.baby-chick {
color: #ffeba3;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--workout-routine:#ffd88a;
--baby-chick:#ffeba3;
--wildflower-bouquet:#ffb3b3;
}