Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.himalayan-balsam {
color: #ff9eca;
}
.pink-tease {
color: #ff80bf;
}
.pink-katydid {
color: #ff5ca8;
}
.french-fuchsia {
color: #ff3d94;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--himalayan-balsam:#ff9eca;
--pink-tease:#ff80bf;
--pink-katydid:#ff5ca8;
--french-fuchsia:#ff3d94;
}