Color names in this palette
CSS code for this palette
/* CSS */
.pleasant-stream {
color: #009ba3;
}
.verditer {
color: #00b3aa;
}
.channel-marker-green {
color: #00d6b3;
}
.mint-morning {
color: #00e6c3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pleasant-stream:#009ba3;
--verditer:#00b3aa;
--channel-marker-green:#00d6b3;
--mint-morning:#00e6c3;
--grapefruit-pulp:#ff6e61;
}