Color names in this palette
CSS code for this palette
/* CSS */
.allports {
color: #1f6f7a;
}
.capture {
color: #2bb1a8;
}
.neon-nazar {
color: #4de0d8;
}
.oasis-stream {
color: #a3f0d9;
}
.heavy-sugar {
color: #eef6f3;
}
/* CSS Variables */
:root {
--allports:#1f6f7a;
--capture:#2bb1a8;
--neon-nazar:#4de0d8;
--oasis-stream:#a3f0d9;
--heavy-sugar:#eef6f3;
}