Color names in this palette
CSS code for this palette
/* CSS */
.hush-a-bye {
color: #4f9cba;
}
.squeaky {
color: #6cc4d5;
}
.early-july {
color: #a5e1e9;
}
.mocha-dandelion {
color: #f0d86a;
}
.trump-tan {
color: #f6a46a;
}
/* CSS Variables */
:root {
--hush-a-bye:#4f9cba;
--squeaky:#6cc4d5;
--early-july:#a5e1e9;
--mocha-dandelion:#f0d86a;
--trump-tan:#f6a46a;
}