Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-azure {
color: #299bff;
}
.capri {
color: #00bfff;
}
.neon-blue {
color: #00e1ff;
}
.ganon-blue {
color: #a3e0ff;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--brilliant-azure:#299bff;
--capri:#00bfff;
--neon-blue:#00e1ff;
--ganon-blue:#a3e0ff;
--white-smoke:#f5f5f5;
}