Color names in this palette
CSS code for this palette
/* CSS */
.wide-sky {
color: #3b6ab0;
}
.sail-away {
color: #5cb4e0;
}
.middle-blue {
color: #76d1e5;
}
.ice-crystal-blue {
color: #a5e3df;
}
.errigal-white {
color: #f0f1f4;
}
/* CSS Variables */
:root {
--wide-sky:#3b6ab0;
--sail-away:#5cb4e0;
--middle-blue:#76d1e5;
--ice-crystal-blue:#a5e3df;
--errigal-white:#f0f1f4;
}