Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d1;
}
.pink-chalk {
color: #f4a4b9;
}
.blush {
color: #f09f8e;
}
.monarch-orange {
color: #f49c6c;
}
.mocha-dandelion {
color: #f0d670;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d1;
--pink-chalk:#f4a4b9;
--blush:#f09f8e;
--monarch-orange:#f49c6c;
--mocha-dandelion:#f0d670;
}