Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.jericho-jade {
color: #4f8c7d;
}
.neptune-green {
color: #7ebe9a;
}
.shallow-shore {
color: #b2e0c6;
}
.coastal-breeze {
color: #dff5f6;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--jericho-jade:#4f8c7d;
--neptune-green:#7ebe9a;
--shallow-shore:#b2e0c6;
--coastal-breeze:#dff5f6;
}