Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.sasquatch-socks {
color: #ff4d7f;
}
.bittersweet {
color: #ff9d52;
}
.electric-glow {
color: #ffd000;
}
.thallium-flame {
color: #4dff91;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--sasquatch-socks:#ff4d7f;
--bittersweet:#ff9d52;
--electric-glow:#ffd000;
--thallium-flame:#4dff91;
}