Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f2b2b0;
}
.strawberry-smoothie {
color: #e8a1a4;
}
.pink-clay-pot {
color: #d68f98;
}
.japanese-coral {
color: #c67b8a;
}
.refined-rose {
color: #b36b79;
}
/* CSS Variables */
:root {
--brain-pink:#f2b2b0;
--strawberry-smoothie:#e8a1a4;
--pink-clay-pot:#d68f98;
--japanese-coral:#c67b8a;
--refined-rose:#b36b79;
}