Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #69bf4a;
}
.first-day-of-summer {
color: #f1e79d;
}
.sunshine-mellow {
color: #f9c10b;
}
.bergamot-orange {
color: #f6a35a;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--pure-apple:#69bf4a;
--first-day-of-summer:#f1e79d;
--sunshine-mellow:#f9c10b;
--bergamot-orange:#f6a35a;
--pompelmo:#ff6b6b;
}