Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94e36;
}
.troll-slayer-orange {
color: #f7a44b;
}
.cornsilk-yellow {
color: #f5c670;
}
.tiki-monster {
color: #8cc090;
}
.herb-blend {
color: #4a8c6b;
}
/* CSS Variables */
:root {
--fire-island:#d94e36;
--troll-slayer-orange:#f7a44b;
--cornsilk-yellow:#f5c670;
--tiki-monster:#8cc090;
--herb-blend:#4a8c6b;
}