Color names in this palette
CSS code for this palette
/* CSS */
.heisenberg-blue {
color: #6ed3f2;
}
.bachelor-button {
color: #4ab8d3;
}
.marine-tinge {
color: #36a0b5;
}
.scooter {
color: #2a8ea2;
}
.sea-hunter {
color: #1e597b;
}
/* CSS Variables */
:root {
--heisenberg-blue:#6ed3f2;
--bachelor-button:#4ab8d3;
--marine-tinge:#36a0b5;
--scooter:#2a8ea2;
--sea-hunter:#1e597b;
}