Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1f8cad;
}
.bianchi-green {
color: #3dd1c0;
}
.medium-aquamarine {
color: #66e1b2;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1f8cad;
--bianchi-green:#3dd1c0;
--medium-aquamarine:#66e1b2;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}