Color names in this palette
CSS code for this palette
/* CSS */
.neptune-s-wrath {
color: #0c3d5a;
}
.allports {
color: #1e6c7b;
}
.viking {
color: #4eb3c1;
}
.luminescent-blue {
color: #a2e1e7;
}
.gram-s-hair {
color: #f3f7f6;
}
/* CSS Variables */
:root {
--neptune-s-wrath:#0c3d5a;
--allports:#1e6c7b;
--viking:#4eb3c1;
--luminescent-blue:#a2e1e7;
--gram-s-hair:#f3f7f6;
}