Color names in this palette
CSS code for this palette
/* CSS */
.xavier-blue {
color: #6cb4e4;
}
.dirty-blue {
color: #3b809b;
}
.raichu-orange {
color: #f5b038;
}
.consumed-by-fire {
color: #f47f1f;
}
.furnace {
color: #e03c1f;
}
/* CSS Variables */
:root {
--xavier-blue:#6cb4e4;
--dirty-blue:#3b809b;
--raichu-orange:#f5b038;
--consumed-by-fire:#f47f1f;
--furnace:#e03c1f;
}