CSS code for this palette
/* CSS */
.tory-blue {
color: #3b4f8c;
}
.danube {
color: #5b8cbe;
}
.boy-blue {
color: #8eb1d7;
}
.icy-landscape {
color: #c3eaf9;
}
.hinoki {
color: #f7dbb6;
}
/* CSS Variables */
:root {
--tory-blue:#3b4f8c;
--danube:#5b8cbe;
--boy-blue:#8eb1d7;
--icy-landscape:#c3eaf9;
--hinoki:#f7dbb6;
}