Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.precious-pink {
color: #f7b1b5;
}
.rosy-outlook {
color: #f6aba2;
}
.candlelight-peach {
color: #f8a79b;
}
.sango-pink {
color: #f4b2ae;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--precious-pink:#f7b1b5;
--rosy-outlook:#f6aba2;
--candlelight-peach:#f8a79b;
--sango-pink:#f4b2ae;
}