Color names in this palette
CSS code for this palette
/* CSS */
.aqua-velvet {
color: #009e9b;
}
.azure-green-blue {
color: #006c80;
}
.bridgeport {
color: #004985;
}
.soviet-gold {
color: #ffd900;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--aqua-velvet:#009e9b;
--azure-green-blue:#006c80;
--bridgeport:#004985;
--soviet-gold:#ffd900;
--ucla-gold:#ffb300;
}