Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c3;
}
.peach-patch {
color: #f7d5a1;
}
.pina-colada {
color: #f2deb1;
}
.terrace-pool {
color: #a3d6e0;
}
.overtone {
color: #a7e2b0;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c3;
--peach-patch:#f7d5a1;
--pina-colada:#f2deb1;
--terrace-pool:#a3d6e0;
--overtone:#a7e2b0;
}