Color names in this palette
CSS code for this palette
/* CSS */
.spearmints {
color: #bfe3c8;
}
.green-daze {
color: #8dd3c7;
}
.shinbashi {
color: #59b8c5;
}
.scooter {
color: #2a8c9d;
}
.oceanic-motion {
color: #1c597d;
}
/* CSS Variables */
:root {
--spearmints:#bfe3c8;
--green-daze:#8dd3c7;
--shinbashi:#59b8c5;
--scooter:#2a8c9d;
--oceanic-motion:#1c597d;
}