Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c3e0;
}
.solar-power {
color: #f2b036;
}
.fiery-glow {
color: #f24e1c;
}
.akuma {
color: #d5303b;
}
.purple-excellency {
color: #913b91;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c3e0;
--solar-power:#f2b036;
--fiery-glow:#f24e1c;
--akuma:#d5303b;
--purple-excellency:#913b91;
}