Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.chantilly {
color: #eab8c8;
}
.iced-vovo {
color: #e1a3b5;
}
.little-bow-pink {
color: #d18099;
}
.tutti-frutti {
color: #c05d7e;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--chantilly:#eab8c8;
--iced-vovo:#e1a3b5;
--little-bow-pink:#d18099;
--tutti-frutti:#c05d7e;
}