Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ahi-poke {
color: #d24232;
}
.chat-orange {
color: #f79f3b;
}
.forsythia-blossom {
color: #f9d66c;
}
.grape-green {
color: #a6e0a3;
}
.celestial-plum {
color: #3d77c2;
}
/* CSS Variables */
:root {
--hawaiian-ahi-poke:#d24232;
--chat-orange:#f79f3b;
--forsythia-blossom:#f9d66c;
--grape-green:#a6e0a3;
--celestial-plum:#3d77c2;
}