Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1a76b7;
}
.high-blue {
color: #4da5e0;
}
.middle-blue {
color: #7ed6e7;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.cactus-water {
color: #cff7e1;
}
/* CSS Variables */
:root {
--beautiful-blue:#1a76b7;
--high-blue:#4da5e0;
--middle-blue:#7ed6e7;
--ice-crystal-blue:#a5e3e0;
--cactus-water:#cff7e1;
}