Color names in this palette
CSS code for this palette
/* CSS */
.pink-dogwood {
color: #f5d1d1;
}
.white {
color: #ffffff;
}
.pink-theory {
color: #ffe5e5;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.light-red {
color: #ff8080;
}
/* CSS Variables */
:root {
--pink-dogwood:#f5d1d1;
--white:#ffffff;
--pink-theory:#ffe5e5;
--wildflower-bouquet:#ffb3b3;
--light-red:#ff8080;
}