Color names in this palette
CSS code for this palette
/* CSS */
.vermilion-red {
color: #b54d3b;
}
.welcoming-wasp {
color: #f0a800;
}
.fat-gold {
color: #e6b800;
}
.hippie-blue {
color: #4c8a9a;
}
.mole {
color: #3b2d2b;
}
/* CSS Variables */
:root {
--vermilion-red:#b54d3b;
--welcoming-wasp:#f0a800;
--fat-gold:#e6b800;
--hippie-blue:#4c8a9a;
--mole:#3b2d2b;
}