Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #f9d7a4;
}
.pink-fit {
color: #f6a2b4;
}
.himalayan-balsam {
color: #f99fcc;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
/* CSS Variables */
:root {
--prosecco:#f9d7a4;
--pink-fit:#f6a2b4;
--himalayan-balsam:#f99fcc;
--fresh-cantaloupe:#ff9a6b;
--isn-t-it-just-peachy:#ffb375;
}