Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f8ecb9;
}
.precious-pink {
color: #f5b2b3;
}
.cumquat-cream {
color: #f29c7d;
}
.bone-white {
color: #f2dfb1;
}
.carnation-bouquet {
color: #f5c2cf;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f8ecb9;
--precious-pink:#f5b2b3;
--cumquat-cream:#f29c7d;
--bone-white:#f2dfb1;
--carnation-bouquet:#f5c2cf;
}