Color names in this palette
CSS code for this palette
/* CSS */
.oxford-blue {
color: #002147;
}
.blue-flame {
color: #005c8a;
}
.riviera-paradise {
color: #00999e;
}
.verditer {
color: #00b8a8;
}
.aztec-turquoise {
color: #00d9e0;
}
/* CSS Variables */
:root {
--oxford-blue:#002147;
--blue-flame:#005c8a;
--riviera-paradise:#00999e;
--verditer:#00b8a8;
--aztec-turquoise:#00d9e0;
}