Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.stream {
color: #4d5d7a;
}
.eiger-nordwand {
color: #7a9cbd;
}
.artesian-pool {
color: #a3c2e0;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--stream:#4d5d7a;
--eiger-nordwand:#7a9cbd;
--artesian-pool:#a3c2e0;
--wash-me:#f8fafc;
}