Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f6a83c;
}
.snake-eyes {
color: #e7c84b;
}
.jungle-juice {
color: #a3c55e;
}
.jericho-jade {
color: #4f8c80;
}
.dead-lake {
color: #2d5a8b;
}
/* CSS Variables */
:root {
--raichu-orange:#f6a83c;
--snake-eyes:#e7c84b;
--jungle-juice:#a3c55e;
--jericho-jade:#4f8c80;
--dead-lake:#2d5a8b;
}