Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.running-water {
color: #2f5f93;
}
.atlantic-gull {
color: #4b8caf;
}
.cool-crayon {
color: #ade6e4;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--running-water:#2f5f93;
--atlantic-gull:#4b8caf;
--cool-crayon:#ade6e4;
--everlasting-ice:#f5fafa;
}