CSS code for this palette
/* CSS */
.template {
color: #a8c8e1;
}
.chef-s-hat {
color: #f2f4f7;
}
.zircon-ice {
color: #d0e5e6;
}
.spindle {
color: #b2c3d7;
}
.scanda {
color: #6e8daa;
}
/* CSS Variables */
:root {
--template:#a8c8e1;
--chef-s-hat:#f2f4f7;
--zircon-ice:#d0e5e6;
--spindle:#b2c3d7;
--scanda:#6e8daa;
}