Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.trump-tan {
color: #f9a76c;
}
.corn {
color: #f9e75d;
}
.lime-lizard {
color: #a5d65c;
}
.spearmint-burst {
color: #5abf8b;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--trump-tan:#f9a76c;
--corn:#f9e75d;
--lime-lizard:#a5d65c;
--spearmint-burst:#5abf8b;
}