Color names in this palette
CSS code for this palette
/* CSS */
.tiki-monster {
color: #8fbd8f;
}
.ginger-peach {
color: #f7d2a1;
}
.golden-glam {
color: #f4b943;
}
.hawaiian-ahi-poke {
color: #d14833;
}
.blue-dahlia {
color: #405b9c;
}
/* CSS Variables */
:root {
--tiki-monster:#8fbd8f;
--ginger-peach:#f7d2a1;
--golden-glam:#f4b943;
--hawaiian-ahi-poke:#d14833;
--blue-dahlia:#405b9c;
}