CSS code for this palette
/* CSS */
.iceberg {
color: #dbe4f0;
}
.template {
color: #a6c8e2;
}
.regale-blue {
color: #7db7d4;
}
.flood-out {
color: #5c9ead;
}
.larkspur {
color: #3b7b8c;
}
/* CSS Variables */
:root {
--iceberg:#dbe4f0;
--template:#a6c8e2;
--regale-blue:#7db7d4;
--flood-out:#5c9ead;
--larkspur:#3b7b8c;
}