Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.carnation-bouquet {
color: #f6c1d1;
}
.historic-cream {
color: #fcf3e3;
}
.bleached-sunflower {
color: #f9e8a9;
}
.biscuit-cream {
color: #f8cab4;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--carnation-bouquet:#f6c1d1;
--historic-cream:#fcf3e3;
--bleached-sunflower:#f9e8a9;
--biscuit-cream:#f8cab4;
}