Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f9a939;
}
.sunspark {
color: #fbcb6a;
}
.jade-stone-green {
color: #6fbe7f;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
.star-sapphire {
color: #3a6b9c;
}
/* CSS Variables */
:root {
--raichu-orange:#f9a939;
--sunspark:#fbcb6a;
--jade-stone-green:#6fbe7f;
--coolbox-ice-turquoise:#499c9c;
--star-sapphire:#3a6b9c;
}