CSS code for this palette
/* CSS */
.starless-night {
color: #3e4956;
}
.lynch {
color: #6a7d8a;
}
.blue-dam {
color: #a1c6d4;
}
.thai-ice-tea {
color: #dfa57c;
}
.gladiola {
color: #d94c3f;
}
/* CSS Variables */
:root {
--starless-night:#3e4956;
--lynch:#6a7d8a;
--blue-dam:#a1c6d4;
--thai-ice-tea:#dfa57c;
--gladiola:#d94c3f;
}