Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.coastal-surf {
color: #2e4b84;
}
.great-serpent {
color: #4a6ca5;
}
.cottage-blue {
color: #789ac4;
}
.chapel-blue {
color: #b0d3e8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--coastal-surf:#2e4b84;
--great-serpent:#4a6ca5;
--cottage-blue:#789ac4;
--chapel-blue:#b0d3e8;
}