Color names in this palette
CSS code for this palette
/* CSS */
.blue {
color: #0000ff;
}
.brilliant-azure {
color: #3399ff;
}
.skyan {
color: #66ccff;
}
.winter-wizard {
color: #99e6ff;
}
.lucid-dreams {
color: #cceeff;
}
/* CSS Variables */
:root {
--blue:#0000ff;
--brilliant-azure:#3399ff;
--skyan:#66ccff;
--winter-wizard:#99e6ff;
--lucid-dreams:#cceeff;
}