Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d8a6c6;
}
.venetian-rose {
color: #f1c6e3;
}
.noodles {
color: #f8e1b4;
}
.pale-petunia {
color: #f6c1c8;
}
.chefchaouen-blue {
color: #a2d2e6;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d8a6c6;
--venetian-rose:#f1c6e3;
--noodles:#f8e1b4;
--pale-petunia:#f6c1c8;
--chefchaouen-blue:#a2d2e6;
}