Color names in this palette
CSS code for this palette
/* CSS */
.bilious-green {
color: #a5d86f;
}
.squash-blossom {
color: #f6b83c;
}
.peach-butter {
color: #fbaf3c;
}
.sun-kissed-brick {
color: #b85c42;
}
.medium-vermilion {
color: #d85d3b;
}
/* CSS Variables */
:root {
--bilious-green:#a5d86f;
--squash-blossom:#f6b83c;
--peach-butter:#fbaf3c;
--sun-kissed-brick:#b85c42;
--medium-vermilion:#d85d3b;
}