Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-pink {
color: #ff8fab;
}
.blush-hour {
color: #ff6b90;
}
.sasquatch-socks {
color: #ff4d82;
}
.laser-trap {
color: #ff3d74;
}
.chinese-new-year {
color: #ff2e66;
}
/* CSS Variables */
:root {
--flamingo-pink:#ff8fab;
--blush-hour:#ff6b90;
--sasquatch-socks:#ff4d82;
--laser-trap:#ff3d74;
--chinese-new-year:#ff2e66;
}