Color names in this palette
CSS code for this palette
/* CSS */
.teri-gaki-persimmon {
color: #ea5e3e;
}
.orange-pospsicle {
color: #f4a20b;
}
.highlighter-yellow {
color: #f0e13d;
}
.pure-apple {
color: #6bbf4a;
}
.lochmara {
color: #2e6f9e;
}
/* CSS Variables */
:root {
--teri-gaki-persimmon:#ea5e3e;
--orange-pospsicle:#f4a20b;
--highlighter-yellow:#f0e13d;
--pure-apple:#6bbf4a;
--lochmara:#2e6f9e;
}