Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.cakepop-sorbet {
color: #f6c446;
}
.buttery-croissant {
color: #f7e09c;
}
.young-green-onion {
color: #a8d54d;
}
.hidden-valley {
color: #6b9c3a;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--cakepop-sorbet:#f6c446;
--buttery-croissant:#f7e09c;
--young-green-onion:#a8d54d;
--hidden-valley:#6b9c3a;
}