Color names in this palette
CSS code for this palette
/* CSS */
.copper-patina {
color: #a0b49d;
}
.aroma-garden {
color: #a4c6a9;
}
.aqua-bay {
color: #b7e1c9;
}
.light-dry-lichen {
color: #d2e4d6;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--copper-patina:#a0b49d;
--aroma-garden:#a4c6a9;
--aqua-bay:#b7e1c9;
--light-dry-lichen:#d2e4d6;
--bleached-silk:#f2f4f1;
}