Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #d8603b;
}
.rosy-outlook {
color: #f6aba2;
}
.funky-yellow {
color: #f1d06f;
}
.conifer {
color: #a6da4e;
}
.exquisite-emerald {
color: #2e8a63;
}
/* CSS Variables */
:root {
--medium-vermilion:#d8603b;
--rosy-outlook:#f6aba2;
--funky-yellow:#f1d06f;
--conifer:#a6da4e;
--exquisite-emerald:#2e8a63;
}