Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1a3f7f;
}
.wide-sky {
color: #3f6eab;
}
.kindred {
color: #73a2d9;
}
.echo-iris {
color: #b7e2f5;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--maritime-outpost:#1a3f7f;
--wide-sky:#3f6eab;
--kindred:#73a2d9;
--echo-iris:#b7e2f5;
--mouse-nose:#ffe4b3;
}