Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.athens {
color: #3b70b5;
}
.boudoir-blue {
color: #7aa4d1;
}
.pale-frost {
color: #c6e4f1;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--athens:#3b70b5;
--boudoir-blue:#7aa4d1;
--pale-frost:#c6e4f1;
--m-white:#f5f9ff;
}