Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.floral-leaf {
color: #ffb84d;
}
.yriel-yellow {
color: #ffdb57;
}
.the-first-daffodil {
color: #ffec8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--floral-leaf:#ffb84d;
--yriel-yellow:#ffdb57;
--the-first-daffodil:#ffec8f;
}