Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a8b1c2;
}
.eiger-nordwand {
color: #7c9cbb;
}
.aleutian-isle {
color: #4f7eab;
}
.berry-blue {
color: #2e607a;
}
.neptune-s-wrath {
color: #0e3f5d;
}
/* CSS Variables */
:root {
--grey-agate:#a8b1c2;
--eiger-nordwand:#7c9cbb;
--aleutian-isle:#4f7eab;
--berry-blue:#2e607a;
--neptune-s-wrath:#0e3f5d;
}