Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6abf45;
}
.squash-blossom {
color: #f6b83c;
}
.fire-flower {
color: #fc8f3b;
}
.orangeade {
color: #e04f38;
}
.prickly-purple {
color: #a45cb2;
}
/* CSS Variables */
:root {
--pure-apple:#6abf45;
--squash-blossom:#f6b83c;
--fire-flower:#fc8f3b;
--orangeade:#e04f38;
--prickly-purple:#a45cb2;
}