Color names in this palette
CSS code for this palette
/* CSS */
.pancake {
color: #f7d788;
}
.mille-feuille {
color: #f1c97e;
}
.yellow-varnish {
color: #e6b765;
}
.coppersmith {
color: #d68f3d;
}
.cajeta {
color: #c56b2b;
}
/* CSS Variables */
:root {
--pancake:#f7d788;
--mille-feuille:#f1c97e;
--yellow-varnish:#e6b765;
--coppersmith:#d68f3d;
--cajeta:#c56b2b;
}