Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.au-gratin {
color: #ffa047;
}
.qing-yellow {
color: #ffcc66;
}
.couscous {
color: #ffe299;
}
.joyous {
color: #ffecb3;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--au-gratin:#ffa047;
--qing-yellow:#ffcc66;
--couscous:#ffe299;
--joyous:#ffecb3;
}