Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c8;
}
.pink-fit {
color: #f6a7b4;
}
.young-crab {
color: #f69d9e;
}
.poppy-petal {
color: #f99d8b;
}
.mango-margarita {
color: #f6b951;
}
/* CSS Variables */
:root {
--chantilly:#eab8c8;
--pink-fit:#f6a7b4;
--young-crab:#f69d9e;
--poppy-petal:#f99d8b;
--mango-margarita:#f6b951;
}