Color names in this palette
CSS code for this palette
/* CSS */
.langoustine {
color: #da4f25;
}
.casa-de-oro {
color: #d06d35;
}
.gingerbread-house {
color: #c89e4c;
}
.june-bud {
color: #c4db5c;
}
.unakite {
color: #78a14f;
}
/* CSS Variables */
:root {
--langoustine:#da4f25;
--casa-de-oro:#d06d35;
--gingerbread-house:#c89e4c;
--june-bud:#c4db5c;
--unakite:#78a14f;
}