Color names in this palette
CSS code for this palette
/* CSS */
.krishna-blue {
color: #00b2ff;
}
.synthetic-spearmint {
color: #1aff66;
}
.usc-gold {
color: #ffcc00;
}
.blood-burst {
color: #ff4d4d;
}
.poison-purple-paradise {
color: #b300ff;
}
/* CSS Variables */
:root {
--krishna-blue:#00b2ff;
--synthetic-spearmint:#1aff66;
--usc-gold:#ffcc00;
--blood-burst:#ff4d4d;
--poison-purple-paradise:#b300ff;
}