Color names in this palette
CSS code for this palette
/* CSS */
.scuba-blue {
color: #00a1c2;
}
.toy-blue {
color: #008c9e;
}
.mediterranean-cove {
color: #007a85;
}
.golf-green {
color: #009e77;
}
.jeune-citron {
color: #a3d10a;
}
/* CSS Variables */
:root {
--scuba-blue:#00a1c2;
--toy-blue:#008c9e;
--mediterranean-cove:#007a85;
--golf-green:#009e77;
--jeune-citron:#a3d10a;
}