Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f1b1c7;
}
.mountain-laurel {
color: #f4c8d3;
}
.pink-frosting {
color: #f7d4e1;
}
.pork-belly {
color: #f9e1e6;
}
.nosegay {
color: #ffe5eb;
}
/* CSS Variables */
:root {
--rhodonite:#f1b1c7;
--mountain-laurel:#f4c8d3;
--pink-frosting:#f7d4e1;
--pork-belly:#f9e1e6;
--nosegay:#ffe5eb;
}