Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f4c4b8;
}
.chamois-cloth {
color: #f1e1d0;
}
.smoky-salmon {
color: #e0b8a9;
}
.little-bow-pink {
color: #d17b9a;
}
.raspberry-patch {
color: #a34d69;
}
/* CSS Variables */
:root {
--serene-pink:#f4c4b8;
--chamois-cloth:#f1e1d0;
--smoky-salmon:#e0b8a9;
--little-bow-pink:#d17b9a;
--raspberry-patch:#a34d69;
}