CSS code for this palette
/* CSS */
.tory-blue {
color: #3c4e8b;
}
.ramjet {
color: #4e74b1;
}
.blue-dam {
color: #a2c5d2;
}
.vanilla {
color: #f3e4aa;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--tory-blue:#3c4e8b;
--ramjet:#4e74b1;
--blue-dam:#a2c5d2;
--vanilla:#f3e4aa;
--honey-wax:#f9a824;
}