Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.revel-blue {
color: #4a6a8c;
}
.frozen-lake {
color: #7a9cb3;
}
.bleached-silk {
color: #f2f2f2;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--revel-blue:#4a6a8c;
--frozen-lake:#7a9cb3;
--bleached-silk:#f2f2f2;
--christmas-silver:#e0e0e0;
}