Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f2af3a;
}
.lava-pit {
color: #e76e36;
}
.frozen-tomato {
color: #d95230;
}
.california-poppy {
color: #a93d3f;
}
.fuchsia-nebula {
color: #7b2ab2;
}
/* CSS Variables */
:root {
--raichu-orange:#f2af3a;
--lava-pit:#e76e36;
--frozen-tomato:#d95230;
--california-poppy:#a93d3f;
--fuchsia-nebula:#7b2ab2;
}