Color names in this palette
CSS code for this palette
/* CSS */
.privet-hedge {
color: #5a8c7b;
}
.sea-current {
color: #4f999c;
}
.kauai {
color: #57c7b0;
}
.sugar-cookie {
color: #f2e5a1;
}
.candy-heart-pink {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--privet-hedge:#5a8c7b;
--sea-current:#4f999c;
--kauai:#57c7b0;
--sugar-cookie:#f2e5a1;
--candy-heart-pink:#f6a2a2;
}