Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ahi-poke {
color: #d74833;
}
.coral-rose {
color: #f27b50;
}
.raichu-orange {
color: #f9b13e;
}
.starship {
color: #e2d73c;
}
.opaline-green {
color: #a3c97e;
}
/* CSS Variables */
:root {
--hawaiian-ahi-poke:#d74833;
--coral-rose:#f27b50;
--raichu-orange:#f9b13e;
--starship:#e2d73c;
--opaline-green:#a3c97e;
}