Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.n-rang-orange {
color: #ff8052;
}
.carrot {
color: #ff713d;
}
.halloween {
color: #ff613d;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--fresh-cantaloupe:#ff9e66;
--n-rang-orange:#ff8052;
--carrot:#ff713d;
--halloween:#ff613d;
}