Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b2;
}
.chai-latte {
color: #f6cba2;
}
.venetian-yellow {
color: #f6e6a2;
}
.patina-green {
color: #b7e6b3;
}
.juzcar-blue {
color: #a2d4f6;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b2;
--chai-latte:#f6cba2;
--venetian-yellow:#f6e6a2;
--patina-green:#b7e6b3;
--juzcar-blue:#a2d4f6;
}