CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.first-date {
color: #f4b19f;
}
.soft-butter {
color: #f4e1b8;
}
.artemis {
color: #d1a86b;
}
.brown-rust {
color: #af5a3c;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--first-date:#f4b19f;
--soft-butter:#f4e1b8;
--artemis:#d1a86b;
--brown-rust:#af5a3c;
}