Color names in this palette
CSS code for this palette
/* CSS */
.riverside {
color: #506f95;
}
.bluebird-feather {
color: #6e9eb4;
}
.dreaming-blue {
color: #8cc1d4;
}
.era {
color: #d6e4e6;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--riverside:#506f95;
--bluebird-feather:#6e9eb4;
--dreaming-blue:#8cc1d4;
--era:#d6e4e6;
--distant-horizon:#f1f9f8;
}