CSS code for this palette
/* CSS */
.sea-mark {
color: #98b5cd;
}
.template {
color: #a4c7e5;
}
.echo-iris {
color: #b4e3f3;
}
.pinque {
color: #f0a3b0;
}
.azalea-pink {
color: #f8c4c4;
}
/* CSS Variables */
:root {
--sea-mark:#98b5cd;
--template:#a4c7e5;
--echo-iris:#b4e3f3;
--pinque:#f0a3b0;
--azalea-pink:#f8c4c4;
}