Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e6f9;
}
.medium-sky-blue {
color: #7fd2f0;
}
.high-blue {
color: #4ba8e2;
}
.bondi-blue {
color: #0095b3;
}
.techno-blue {
color: #006c8a;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e6f9;
--medium-sky-blue:#7fd2f0;
--high-blue:#4ba8e2;
--bondi-blue:#0095b3;
--techno-blue:#006c8a;
}