CSS code for this palette
/* CSS */
.tory-blue {
color: #3b4f8c;
}
.storm-blue {
color: #4f7a9c;
}
.dexter {
color: #6bb3b3;
}
.green-trance {
color: #a0d89d;
}
.haystack {
color: #f1e3c6;
}
/* CSS Variables */
:root {
--tory-blue:#3b4f8c;
--storm-blue:#4f7a9c;
--dexter:#6bb3b3;
--green-trance:#a0d89d;
--haystack:#f1e3c6;
}