Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a35c8d;
}
.parrot-pink {
color: #d69aa0;
}
.in-the-pink {
color: #f2c5d2;
}
.banana-yogurt {
color: #fae6b7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--thimble-red:#a35c8d;
--parrot-pink:#d69aa0;
--in-the-pink:#f2c5d2;
--banana-yogurt:#fae6b7;
--creamy-sweet-corn:#f9c54e;
}