CSS code for this palette
/* CSS */
.goddess {
color: #d0e0e7;
}
.template {
color: #a8c8e1;
}
.charter {
color: #69b2d3;
}
.curious-blue {
color: #3b8ab5;
}
.lochmara {
color: #2d6c9f;
}
/* CSS Variables */
:root {
--goddess:#d0e0e7;
--template:#a8c8e1;
--charter:#69b2d3;
--curious-blue:#3b8ab5;
--lochmara:#2d6c9f;
}