Color names in this palette
CSS code for this palette
/* CSS */
.nautical {
color: #2e4a7f;
}
.empire-blue {
color: #5d90b6;
}
.meadow-blossom-blue {
color: #7cb1d5;
}
.ocean-cruise {
color: #9fd3df;
}
.sahara-light-red {
color: #f0e1db;
}
/* CSS Variables */
:root {
--nautical:#2e4a7f;
--empire-blue:#5d90b6;
--meadow-blossom-blue:#7cb1d5;
--ocean-cruise:#9fd3df;
--sahara-light-red:#f0e1db;
}