Color names in this palette
CSS code for this palette
/* CSS */
.mellow-melon {
color: #e92063;
}
.sasquatch-socks {
color: #ff4281;
}
.carnation-pink {
color: #ff80aa;
}
.hollandaise {
color: #ffec3d;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--mellow-melon:#e92063;
--sasquatch-socks:#ff4281;
--carnation-pink:#ff80aa;
--hollandaise:#ffec3d;
--vibrant:#ffd54d;
}