CSS code for this palette
/* CSS */
.aquarelle-purple {
color: #d9e1f2;
}
.template {
color: #a3c4e6;
}
.kindred {
color: #6ea1d8;
}
.blue-dart {
color: #4f8bcf;
}
.blues {
color: #2a6898;
}
/* CSS Variables */
:root {
--aquarelle-purple:#d9e1f2;
--template:#a3c4e6;
--kindred:#6ea1d8;
--blue-dart:#4f8bcf;
--blues:#2a6898;
}