Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d65d29;
}
.troll-slayer-orange {
color: #f6a64c;
}
.forsythia-blossom {
color: #f9d66c;
}
.pistachio-dream {
color: #a3d48c;
}
.dayflower {
color: #3c9cd7;
}
/* CSS Variables */
:root {
--obstinate-orange:#d65d29;
--troll-slayer-orange:#f6a64c;
--forsythia-blossom:#f9d66c;
--pistachio-dream:#a3d48c;
--dayflower:#3c9cd7;
}