Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a2c1;
}
.petals-unfolding {
color: #f4b8c4;
}
.young-apricot {
color: #fbd8b7;
}
.fresh-yellow {
color: #f9e290;
}
.majestic-treasures {
color: #f2e9a1;
}
/* CSS Variables */
:root {
--think-pink:#e6a2c1;
--petals-unfolding:#f4b8c4;
--young-apricot:#fbd8b7;
--fresh-yellow:#f9e290;
--majestic-treasures:#f2e9a1;
}