Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5b8c;
}
.aleutian-isle {
color: #4f7eab;
}
.wandering-river {
color: #73a1c9;
}
.french-pass {
color: #a3d4e0;
}
.invigorating {
color: #f1e9b1;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5b8c;
--aleutian-isle:#4f7eab;
--wandering-river:#73a1c9;
--french-pass:#a3d4e0;
--invigorating:#f1e9b1;
}