CSS code for this palette
/* CSS */
.angela-bay {
color: #a4c3e5;
}
.turtle-lake {
color: #78b5a3;
}
.lime-bright {
color: #f3e4af;
}
.deviled-egg {
color: #fdd67c;
}
.meat {
color: #f17e7e;
}
/* CSS Variables */
:root {
--angela-bay:#a4c3e5;
--turtle-lake:#78b5a3;
--lime-bright:#f3e4af;
--deviled-egg:#fdd67c;
--meat:#f17e7e;
}