CSS code for this palette
/* CSS */
.sambucus {
color: #191b2e;
}
.truth {
color: #3a498d;
}
.scanda {
color: #6a8da9;
}
.camping-tent {
color: #b5b0a1;
}
.hephaestus {
color: #e2d5b6;
}
/* CSS Variables */
:root {
--sambucus:#191b2e;
--truth:#3a498d;
--scanda:#6a8da9;
--camping-tent:#b5b0a1;
--hephaestus:#e2d5b6;
}