Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f6a2b8;
}
.tuscan {
color: #f9d6a9;
}
.fanlight {
color: #f3efaf;
}
.french-pass {
color: #a3d5e0;
}
.pretty-in-pink {
color: #f8b9e3;
}
/* CSS Variables */
:root {
--pink-chalk:#f6a2b8;
--tuscan:#f9d6a9;
--fanlight:#f3efaf;
--french-pass:#a3d5e0;
--pretty-in-pink:#f8b9e3;
}