Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8db4;
}
.mint-cold-green {
color: #6ebf9f;
}
.tropical-light {
color: #a1d56c;
}
.quinoline-yellow {
color: #f7e32b;
}
.entan-red {
color: #ef6d4d;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8db4;
--mint-cold-green:#6ebf9f;
--tropical-light:#a1d56c;
--quinoline-yellow:#f7e32b;
--entan-red:#ef6d4d;
}