Color names in this palette
CSS code for this palette
/* CSS */
.epimetheus {
color: #4ab3d3;
}
.teal-essence {
color: #3ea2b1;
}
.scooter {
color: #2e8e99;
}
.allports {
color: #1e6c7b;
}
.recollection-blue {
color: #1a4e5b;
}
/* CSS Variables */
:root {
--epimetheus:#4ab3d3;
--teal-essence:#3ea2b1;
--scooter:#2e8e99;
--allports:#1e6c7b;
--recollection-blue:#1a4e5b;
}