Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f9b4b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.vibrant {
color: #ffd54d;
}
.arctic-paradise {
color: #b6e6fc;
}
/* CSS Variables */
:root {
--precious-pink:#f9b4b4;
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--vibrant:#ffd54d;
--arctic-paradise:#b6e6fc;
}