Color names in this palette
CSS code for this palette
/* CSS */
.ghostlands-coal {
color: #0b3a47;
}
.allports {
color: #1e6d7b;
}
.fairy-tale-blue {
color: #3d9fbd;
}
.sea-capture {
color: #5ec3d9;
}
.everest {
color: #a1e2df;
}
/* CSS Variables */
:root {
--ghostlands-coal:#0b3a47;
--allports:#1e6d7b;
--fairy-tale-blue:#3d9fbd;
--sea-capture:#5ec3d9;
--everest:#a1e2df;
}