CSS code for this palette
/* CSS */
.tequila {
color: #f6d0a2;
}
.modestly-peach {
color: #efaa9f;
}
.pretty-petunia {
color: #d5b5e8;
}
.tear {
color: #b3d8e0;
}
.raindrop {
color: #9fc6c4;
}
/* CSS Variables */
:root {
--tequila:#f6d0a2;
--modestly-peach:#efaa9f;
--pretty-petunia:#d5b5e8;
--tear:#b3d8e0;
--raindrop:#9fc6c4;
}