Color names in this palette
CSS code for this palette
/* CSS */
.indian-pale-ale {
color: #d6c529;
}
.leaf-yellow {
color: #ead79f;
}
.marble-dust {
color: #f2e5ca;
}
.yolk-yellow {
color: #e4b153;
}
.caf-au-lait {
color: #a67c59;
}
/* CSS Variables */
:root {
--indian-pale-ale:#d6c529;
--leaf-yellow:#ead79f;
--marble-dust:#f2e5ca;
--yolk-yellow:#e4b153;
--caf-au-lait:#a67c59;
}