Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a6d9b1;
}
.china-doll {
color: #f2e4d4;
}
.pink-mimosa {
color: #f6b6a7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tornado-cloud {
color: #5d5c61;
}
/* CSS Variables */
:root {
--frugal:#a6d9b1;
--china-doll:#f2e4d4;
--pink-mimosa:#f6b6a7;
--creamy-sweet-corn:#f9c54e;
--tornado-cloud:#5d5c61;
}