Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.himalayan-balsam {
color: #ff9ec5;
}
.aggressive-salmon {
color: #ff8099;
}
.sasquatch-socks {
color: #ff4d7c;
}
.lingonberry {
color: #ff295e;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--himalayan-balsam:#ff9ec5;
--aggressive-salmon:#ff8099;
--sasquatch-socks:#ff4d7c;
--lingonberry:#ff295e;
}