Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.mocha-dandelion {
color: #f2d86e;
}
.butterfield {
color: #f3c058;
}
.pani-puri {
color: #f4a94e;
}
.goku-orange {
color: #f57d3d;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--mocha-dandelion:#f2d86e;
--butterfield:#f3c058;
--pani-puri:#f4a94e;
--goku-orange:#f57d3d;
}