Color names in this palette
CSS code for this palette
/* CSS */
.skinny-jeans {
color: #4d8eff;
}
.shovel-knight {
color: #3ac1f2;
}
.ineffable-green {
color: #5ef7b0;
}
.sunglow-gecko {
color: #ffce47;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--skinny-jeans:#4d8eff;
--shovel-knight:#3ac1f2;
--ineffable-green:#5ef7b0;
--sunglow-gecko:#ffce47;
--grapefruit-pulp:#ff6e61;
}