Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.pink-heath {
color: #f2bae1;
}
.classic-rose {
color: #f8c9e6;
}
.ibis-pink {
color: #f9d1b9;
}
.sango-pink {
color: #f4b2ae;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--pink-heath:#f2bae1;
--classic-rose:#f8c9e6;
--ibis-pink:#f9d1b9;
--sango-pink:#f4b2ae;
}