Color names in this palette
CSS code for this palette
/* CSS */
.hello-yellow {
color: #ffe59e;
}
.peach-puff {
color: #ffd9b8;
}
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--hello-yellow:#ffe59e;
--peach-puff:#ffd9b8;
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
}