Color names in this palette
CSS code for this palette
/* CSS */
.garden-swing {
color: #8cc094;
}
.canton-jade {
color: #b9e4c8;
}
.lemon-sugar {
color: #f1f9e1;
}
.australian-apricot {
color: #f4c4a4;
}
.annular {
color: #e27c60;
}
/* CSS Variables */
:root {
--garden-swing:#8cc094;
--canton-jade:#b9e4c8;
--lemon-sugar:#f1f9e1;
--australian-apricot:#f4c4a4;
--annular:#e27c60;
}