Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d6c561;
}
.straw {
color: #e5d76c;
}
.club-mate {
color: #f4de7b;
}
.chickery-chick {
color: #f9ea8b;
}
.yippie-ya-yellow {
color: #f7f4a1;
}
/* CSS Variables */
:root {
--crusade-king:#d6c561;
--straw:#e5d76c;
--club-mate:#f4de7b;
--chickery-chick:#f9ea8b;
--yippie-ya-yellow:#f7f4a1;
}