Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.poison-ivy {
color: #00b341;
}
.brandeis-blue {
color: #0073ff;
}
.amethyst-ganzstar {
color: #8c00ff;
}
.hot-magenta {
color: #ff00c8;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--poison-ivy:#00b341;
--brandeis-blue:#0073ff;
--amethyst-ganzstar:#8c00ff;
--hot-magenta:#ff00c8;
}