Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d67d3d;
}
.creed {
color: #c5a249;
}
.tasman-honey-yellow {
color: #e6c55c;
}
.cono-de-vainilla {
color: #f2dab5;
}
.gladiator-leather {
color: #a85f3e;
}
/* CSS Variables */
:root {
--sweet-potato:#d67d3d;
--creed:#c5a249;
--tasman-honey-yellow:#e6c55c;
--cono-de-vainilla:#f2dab5;
--gladiator-leather:#a85f3e;
}