Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.saira-red {
color: #ff94b6;
}
.french-pink {
color: #ff6b9f;
}
.sasquatch-socks {
color: #ff4d7f;
}
.chinese-new-year {
color: #ff2e66;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--saira-red:#ff94b6;
--french-pink:#ff6b9f;
--sasquatch-socks:#ff4d7f;
--chinese-new-year:#ff2e66;
}