Color names in this palette
CSS code for this palette
/* CSS */
.dough-yellow {
color: #f7cfb6;
}
.sunset-cruise {
color: #fbbc93;
}
.autumn-arrival {
color: #f99b6c;
}
.carrot {
color: #f86a3a;
}
.christmas-orange {
color: #d86b2c;
}
/* CSS Variables */
:root {
--dough-yellow:#f7cfb6;
--sunset-cruise:#fbbc93;
--autumn-arrival:#f99b6c;
--carrot:#f86a3a;
--christmas-orange:#d86b2c;
}