Color names in this palette
CSS code for this palette
/* CSS */
.blue-pot {
color: #a3b3c2;
}
.white-city {
color: #d7d0cc;
}
.antique-cameo {
color: #f0b6a3;
}
.rosy-outlook {
color: #f7aaa1;
}
.strawberry-wine {
color: #c66c6f;
}
/* CSS Variables */
:root {
--blue-pot:#a3b3c2;
--white-city:#d7d0cc;
--antique-cameo:#f0b6a3;
--rosy-outlook:#f7aaa1;
--strawberry-wine:#c66c6f;
}