Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.pink-beach {
color: #f8c2a5;
}
.banana-br-l-e {
color: #f7e8bb;
}
.lattice-work {
color: #b5e3c3;
}
.terrace-pool {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--pink-beach:#f8c2a5;
--banana-br-l-e:#f7e8bb;
--lattice-work:#b5e3c3;
--terrace-pool:#a3d8e0;
}