Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b4;
}
.rustique {
color: #f9bfb4;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.mint-julep {
color: #e0efa4;
}
.southern-belle {
color: #a3d7c5;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b4;
--rustique:#f9bfb4;
--antique-wicker-basket:#f1d4a2;
--mint-julep:#e0efa4;
--southern-belle:#a3d7c5;
}