Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-blue {
color: #0f2e9f;
}
.sea-of-tears {
color: #1e4d9f;
}
.peninsula {
color: #397aa2;
}
.disembark {
color: #5bb4d7;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--egyptian-blue:#0f2e9f;
--sea-of-tears:#1e4d9f;
--peninsula:#397aa2;
--disembark:#5bb4d7;
--terrace-pool:#a3d7e0;
}