Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b0;
}
.taco {
color: #f3c7b4;
}
.venetian-yellow {
color: #f8e3a0;
}
.butterfly {
color: #c9e2a2;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b0;
--taco:#f3c7b4;
--venetian-yellow:#f8e3a0;
--butterfly:#c9e2a2;
--terrace-pool:#a3d6e0;
}