Color names in this palette
CSS code for this palette
/* CSS */
.maldives {
color: #00bdd6;
}
.drunken-dragonfly {
color: #3ddb8a;
}
.usc-gold {
color: #ffcc00;
}
.smashing-pumpkins {
color: #ff5724;
}
.vermilion-bird {
color: #f44034;
}
/* CSS Variables */
:root {
--maldives:#00bdd6;
--drunken-dragonfly:#3ddb8a;
--usc-gold:#ffcc00;
--smashing-pumpkins:#ff5724;
--vermilion-bird:#f44034;
}