Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b0;
}
.chai-latte {
color: #f9cb9f;
}
.friendly-yellow {
color: #f6e2b1;
}
.terrace-pool {
color: #a1d6e2;
}
.steel-teal {
color: #5b8b89;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b0;
--chai-latte:#f9cb9f;
--friendly-yellow:#f6e2b1;
--terrace-pool:#a1d6e2;
--steel-teal:#5b8b89;
}