Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f5a3ae;
}
.mountain-laurel {
color: #f2cad6;
}
.grape-taffy {
color: #f6dff2;
}
.light-pink-tone {
color: #f9d7da;
}
.rhodonite {
color: #f1b1c3;
}
/* CSS Variables */
:root {
--simple-pink:#f5a3ae;
--mountain-laurel:#f2cad6;
--grape-taffy:#f6dff2;
--light-pink-tone:#f9d7da;
--rhodonite:#f1b1c3;
}