Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.butterfield {
color: #f4c15d;
}
.mocha-dandelion {
color: #f0d670;
}
.yellow-iris {
color: #e8e88c;
}
.cactus-spike {
color: #c2d9a0;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--butterfield:#f4c15d;
--mocha-dandelion:#f0d670;
--yellow-iris:#e8e88c;
--cactus-spike:#c2d9a0;
}