Color names in this palette
CSS code for this palette
/* CSS */
.glowing-coals {
color: #ba4e3b;
}
.sohi-red {
color: #e15c37;
}
.welcoming-wasp {
color: #f0a800;
}
.conifer {
color: #b4da4e;
}
.pure-apple {
color: #6ebe4b;
}
/* CSS Variables */
:root {
--glowing-coals:#ba4e3b;
--sohi-red:#e15c37;
--welcoming-wasp:#f0a800;
--conifer:#b4da4e;
--pure-apple:#6ebe4b;
}