Color names in this palette
CSS code for this palette
/* CSS */
.opulent-blue {
color: #0050f0;
}
.azure {
color: #007bff;
}
.brilliant-azure {
color: #33a3ff;
}
.skyan {
color: #66c7ff;
}
.columbia-blue {
color: #99e0ff;
}
/* CSS Variables */
:root {
--opulent-blue:#0050f0;
--azure:#007bff;
--brilliant-azure:#33a3ff;
--skyan:#66c7ff;
--columbia-blue:#99e0ff;
}