Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f3c9d3;
}
.rozowy-pink {
color: #f1a7b9;
}
.rosy-pink {
color: #f76988;
}
.cranberry-splash {
color: #d84f66;
}
.plum-dust {
color: #a84d8b;
}
/* CSS Variables */
:root {
--mountain-laurel:#f3c9d3;
--rozowy-pink:#f1a7b9;
--rosy-pink:#f76988;
--cranberry-splash:#d84f66;
--plum-dust:#a84d8b;
}