Color names in this palette
CSS code for this palette
/* CSS */
.salty-ice {
color: #cae5f2;
}
.angela-bay {
color: #a3c1e6;
}
.high-seas {
color: #7aa7d6;
}
.blue-dart {
color: #4b8dd8;
}
.beautiful-blue {
color: #1e6bb8;
}
/* CSS Variables */
:root {
--salty-ice:#cae5f2;
--angela-bay:#a3c1e6;
--high-seas:#7aa7d6;
--blue-dart:#4b8dd8;
--beautiful-blue:#1e6bb8;
}