Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e0;
}
.peach-patch {
color: #f7d5a1;
}
.sun-dust {
color: #f5e2a3;
}
.capri-water-blue {
color: #a9e0d7;
}
.soft-cashmere {
color: #f1b1d8;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e0;
--peach-patch:#f7d5a1;
--sun-dust:#f5e2a3;
--capri-water-blue:#a9e0d7;
--soft-cashmere:#f1b1d8;
}