Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a8b1c2;
}
.walden-pond {
color: #7a9cb8;
}
.aleutian-isle {
color: #4f7eab;
}
.blue-regent {
color: #2a5d92;
}
.maritime-outpost {
color: #1e4c80;
}
/* CSS Variables */
:root {
--grey-agate:#a8b1c2;
--walden-pond:#7a9cb8;
--aleutian-isle:#4f7eab;
--blue-regent:#2a5d92;
--maritime-outpost:#1e4c80;
}