Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f9cbae;
}
.pink-chalk {
color: #f6a2b8;
}
.camaron-pink {
color: #f77e8c;
}
.bonker-pink {
color: #f14b7a;
}
.lustful-wishes {
color: #c94a9b;
}
/* CSS Variables */
:root {
--whipped-peach:#f9cbae;
--pink-chalk:#f6a2b8;
--camaron-pink:#f77e8c;
--bonker-pink:#f14b7a;
--lustful-wishes:#c94a9b;
}