Color names in this palette
CSS code for this palette
/* CSS */
.krishna-blue {
color: #00b2ff;
}
.bright-turquoise {
color: #00e5e6;
}
.move-mint {
color: #3dffc8;
}
.pale-lime-green {
color: #b3ff5c;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--krishna-blue:#00b2ff;
--bright-turquoise:#00e5e6;
--move-mint:#3dffc8;
--pale-lime-green:#b3ff5c;
--usc-gold:#ffcc00;
}