Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.ice-cold-stare {
color: #b3d9ff;
}
.apocyan {
color: #99ccff;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.brilliant-azure {
color: #3399ff;
}
/* CSS Variables */
:root {
--white:#ffffff;
--ice-cold-stare:#b3d9ff;
--apocyan:#99ccff;
--ti-n-l-n-sky:#66b2ff;
--brilliant-azure:#3399ff;
}