Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.high-blue {
color: #4ca8e1;
}
.medium-sky-blue {
color: #80d5ef;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.applemint-soda {
color: #f1f7e8;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--high-blue:#4ca8e1;
--medium-sky-blue:#80d5ef;
--ice-crystal-blue:#a5e4e4;
--applemint-soda:#f1f7e8;
}