Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1f986c;
}
.crazy-eyes {
color: #61b88e;
}
.green-trance {
color: #a2d4a1;
}
.james-blonde {
color: #f2e4b5;
}
.orange-soda {
color: #f95939;
}
/* CSS Variables */
:root {
--starship-trooper:#1f986c;
--crazy-eyes:#61b88e;
--green-trance:#a2d4a1;
--james-blonde:#f2e4b5;
--orange-soda:#f95939;
}