Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f6e33c;
}
.dull-yellow {
color: #f0d75c;
}
.squash-blossom {
color: #f5b338;
}
.sweet-honey {
color: #d4a35e;
}
.pesto {
color: #bdb03d;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f6e33c;
--dull-yellow:#f0d75c;
--squash-blossom:#f5b338;
--sweet-honey:#d4a35e;
--pesto:#bdb03d;
}