Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.scooter {
color: #2b8f9c;
}
.treasured-teal {
color: #4ec6b0;
}
.bright-sea-green {
color: #a3e0ba;
}
.salmon-eggs {
color: #f4d35d;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--scooter:#2b8f9c;
--treasured-teal:#4ec6b0;
--bright-sea-green:#a3e0ba;
--salmon-eggs:#f4d35d;
}