Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f8b23a;
}
.welcoming-wasp {
color: #f0a800;
}
.orange-pepper {
color: #d67900;
}
.crema {
color: #c25e00;
}
.pepperoni {
color: #a34900;
}
/* CSS Variables */
:root {
--squash-blossom:#f8b23a;
--welcoming-wasp:#f0a800;
--orange-pepper:#d67900;
--crema:#c25e00;
--pepperoni:#a34900;
}