Color names in this palette
CSS code for this palette
/* CSS */
.allports {
color: #1e6c7b;
}
.island-moment {
color: #3cb9a6;
}
.ocean-in-a-bowl {
color: #67e0c6;
}
.biohazard-suit {
color: #f9f948;
}
.smashed-pumpkin {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--allports:#1e6c7b;
--island-moment:#3cb9a6;
--ocean-in-a-bowl:#67e0c6;
--biohazard-suit:#f9f948;
--smashed-pumpkin:#ff6a3d;
}