Color names in this palette
CSS code for this palette
/* CSS */
.quiet-teal {
color: #a8b8b2;
}
.dry-creek {
color: #d7c7b7;
}
.seasonal-beige {
color: #e5b59e;
}
.australian-apricot {
color: #f5c4a3;
}
.mandys-pink {
color: #f5b59e;
}
/* CSS Variables */
:root {
--quiet-teal:#a8b8b2;
--dry-creek:#d7c7b7;
--seasonal-beige:#e5b59e;
--australian-apricot:#f5c4a3;
--mandys-pink:#f5b59e;
}