Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3aab3;
}
.milky-maize {
color: #f8d8a0;
}
.lemon-filling {
color: #f7e6a6;
}
.filtered-forest {
color: #b6e2d3;
}
.tropical-escape {
color: #4cb8b1;
}
/* CSS Variables */
:root {
--pink-fit:#f3aab3;
--milky-maize:#f8d8a0;
--lemon-filling:#f7e6a6;
--filtered-forest:#b6e2d3;
--tropical-escape:#4cb8b1;
}