Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.bay-site {
color: #2c5f8c;
}
.winter-time {
color: #3f8f9d;
}
.pure-turquoise {
color: #7ac2bd;
}
.white-chocolate {
color: #f0e3c7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--bay-site:#2c5f8c;
--winter-time:#3f8f9d;
--pure-turquoise:#7ac2bd;
--white-chocolate:#f0e3c7;
}