Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.prism-pink {
color: #f2a1c3;
}
.mountain-laurel {
color: #f2cad6;
}
.chablis {
color: #fdeae2;
}
.christy-s-smile {
color: #f9b9c7;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--prism-pink:#f2a1c3;
--mountain-laurel:#f2cad6;
--chablis:#fdeae2;
--christy-s-smile:#f9b9c7;
}