Color names in this palette
CSS code for this palette
/* CSS */
.wildflower-bouquet {
color: #ffb3b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.popcorn {
color: #f8d37c;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--wildflower-bouquet:#ffb3b3;
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--popcorn:#f8d37c;
--american-yellow:#f5b400;
}