Color names in this palette
CSS code for this palette
/* CSS */
.lover-s-hideaway {
color: #d1c6b3;
}
.salvia {
color: #a6b79f;
}
.favorite-jeans {
color: #8ba2b1;
}
.tropic {
color: #4a87b0;
}
.seafarer {
color: #1e4d6c;
}
/* CSS Variables */
:root {
--lover-s-hideaway:#d1c6b3;
--salvia:#a6b79f;
--favorite-jeans:#8ba2b1;
--tropic:#4a87b0;
--seafarer:#1e4d6c;
}