CSS code for this palette
/* CSS */
.beguiling-blue {
color: #5e6d8d;
}
.sea-wind {
color: #aacad4;
}
.era {
color: #d6e4e6;
}
.first-date {
color: #f4b09f;
}
.bloodletter {
color: #e8724a;
}
/* CSS Variables */
:root {
--beguiling-blue:#5e6d8d;
--sea-wind:#aacad4;
--era:#d6e4e6;
--first-date:#f4b09f;
--bloodletter:#e8724a;
}