Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.blue-jeans {
color: #5ab1e7;
}
.heisenberg-blue {
color: #78d3f2;
}
.blizzard-blue {
color: #9fe7f4;
}
.water {
color: #d2f0f9;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--blue-jeans:#5ab1e7;
--heisenberg-blue:#78d3f2;
--blizzard-blue:#9fe7f4;
--water:#d2f0f9;
}