Color names in this palette
CSS code for this palette
/* CSS */
.pink-elephants {
color: #ff9ef2;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d82;
}
.neon-fuchsia {
color: #ff3d5e;
}
.reddish-pink {
color: #ff2954;
}
/* CSS Variables */
:root {
--pink-elephants:#ff9ef2;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d82;
--neon-fuchsia:#ff3d5e;
--reddish-pink:#ff2954;
}