Color names in this palette
CSS code for this palette
/* CSS */
.fondue-fudge {
color: #6c4c41;
}
.texas-ranger-brown {
color: #9f512d;
}
.egg-yolk {
color: #ffcc80;
}
.tiger-yellow {
color: #ffdf80;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--fondue-fudge:#6c4c41;
--texas-ranger-brown:#9f512d;
--egg-yolk:#ffcc80;
--tiger-yellow:#ffdf80;
--twinkling-lights:#fff9c2;
}