Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f9aff;
}
.usc-gold {
color: #ffcc00;
}
.molten-core {
color: #ff5900;
}
.raspberry-shortcake {
color: #ff3d8b;
}
.druchii-violet {
color: #7f2a92;
}
/* CSS Variables */
:root {
--clear-chill:#1f9aff;
--usc-gold:#ffcc00;
--molten-core:#ff5900;
--raspberry-shortcake:#ff3d8b;
--druchii-violet:#7f2a92;
}