Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b6;
}
.chai-latte {
color: #fcc8a1;
}
.yellow-essence {
color: #fce2b6;
}
.turquoise-tower {
color: #a8e6cf;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b6;
--chai-latte:#fcc8a1;
--yellow-essence:#fce2b6;
--turquoise-tower:#a8e6cf;
--light-budgie-blue:#a1d6e8;
}