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