Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.deep-water {
color: #2b6f9c;
}
.aztec-sky {
color: #4cb8d6;
}
.cold-blue {
color: #85e5e0;
}
.photon-white {
color: #f7f9e7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--deep-water:#2b6f9c;
--aztec-sky:#4cb8d6;
--cold-blue:#85e5e0;
--photon-white:#f7f9e7;
}