Color names in this palette
CSS code for this palette
/* CSS */
.yellow-petal {
color: #f2e74a;
}
.squash-blossom {
color: #f6b83c;
}
.goku-orange {
color: #f47e3e;
}
.crab-curry {
color: #da4b2b;
}
.cherry-kiss {
color: #a02c3d;
}
/* CSS Variables */
:root {
--yellow-petal:#f2e74a;
--squash-blossom:#f6b83c;
--goku-orange:#f47e3e;
--crab-curry:#da4b2b;
--cherry-kiss:#a02c3d;
}