Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.eau-de-rose {
color: #e1b7d2;
}
.sky-blue-pink {
color: #d9c2e5;
}
.cream-custard {
color: #f2d7b0;
}
.pink-dream {
color: #fca1a1;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--eau-de-rose:#e1b7d2;
--sky-blue-pink:#d9c2e5;
--cream-custard:#f2d7b0;
--pink-dream:#fca1a1;
}