Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f7c569;
}
.mad-for-mango {
color: #f5a300;
}
.pumpkin-soup {
color: #e07b00;
}
.crema {
color: #c75d00;
}
.cinnamon-bun {
color: #a84c00;
}
/* CSS Variables */
:root {
--yellow-currant:#f7c569;
--mad-for-mango:#f5a300;
--pumpkin-soup:#e07b00;
--crema:#c75d00;
--cinnamon-bun:#a84c00;
}