CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.eugenia {
color: #f2e7d4;
}
.sea-cliff {
color: #a3c7e0;
}
.blue-bay {
color: #5d9bd5;
}
.turkish-stone {
color: #2b7a91;
}
/* CSS Variables */
:root {
--white:#ffffff;
--eugenia:#f2e7d4;
--sea-cliff:#a3c7e0;
--blue-bay:#5d9bd5;
--turkish-stone:#2b7a91;
}