Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.christmas-silver {
color: #e0e0e0;
}
.arctic-paradise {
color: #b6e6fc;
}
.kul-sharif-blue {
color: #80d3fa;
}
.maldives {
color: #00bdd6;
}
/* CSS Variables */
:root {
--white:#ffffff;
--christmas-silver:#e0e0e0;
--arctic-paradise:#b6e6fc;
--kul-sharif-blue:#80d3fa;
--maldives:#00bdd6;
}