Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d0;
}
.princess {
color: #f1a7b4;
}
.ikkonzome-pink {
color: #f18e8f;
}
.sugar-coral {
color: #f26e72;
}
.khmer-curry {
color: #f05159;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d0;
--princess:#f1a7b4;
--ikkonzome-pink:#f18e8f;
--sugar-coral:#f26e72;
--khmer-curry:#f05159;
}