Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #14b3b3;
}
.sea-fantasy {
color: #1f9898;
}
.nero-s-green {
color: #2f7f7f;
}
.moor-pond-green {
color: #3f6464;
}
.black-bean {
color: #4f4a4a;
}
/* CSS Variables */
:root {
--swagger:#14b3b3;
--sea-fantasy:#1f9898;
--nero-s-green:#2f7f7f;
--moor-pond-green:#3f6464;
--black-bean:#4f4a4a;
}