Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2c5c9b;
}
.sail-away {
color: #4db1e0;
}
.athena-blue {
color: #66e0ff;
}
.chef-s-hat {
color: #f2f4f7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2c5c9b;
--sail-away:#4db1e0;
--athena-blue:#66e0ff;
--chef-s-hat:#f2f4f7;
}