Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #ffc7d7;
}
.buttery-salmon {
color: #ffb19e;
}
.mango-orange {
color: #ff8d5c;
}
.carrot {
color: #ff713d;
}
.giants-orange {
color: #ff5b1a;
}
/* CSS Variables */
:root {
--flower-spell:#ffc7d7;
--buttery-salmon:#ffb19e;
--mango-orange:#ff8d5c;
--carrot:#ff713d;
--giants-orange:#ff5b1a;
}