Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.north-wind {
color: #4ac4c4;
}
.spinnaker {
color: #a3e0df;
}
.first-date {
color: #f4b69f;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--north-wind:#4ac4c4;
--spinnaker:#a3e0df;
--first-date:#f4b69f;
--fiery-salmon:#f76969;
}