Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f7c0d1;
}
.princess {
color: #f2a6b3;
}
.hope {
color: #e87d9f;
}
.hopbush {
color: #d06c8f;
}
.sparkling-blueberry-lemonade {
color: #c15388;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f7c0d1;
--princess:#f2a6b3;
--hope:#e87d9f;
--hopbush:#d06c8f;
--sparkling-blueberry-lemonade:#c15388;
}