Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1a2a3d;
}
.egyptian-violet {
color: #3d4a6c;
}
.blue-plate {
color: #5b7a9a;
}
.bright-bluebonnet {
color: #93b1c2;
}
.hallowed-hush {
color: #e2e9e5;
}
/* CSS Variables */
:root {
--yankees-blue:#1a2a3d;
--egyptian-violet:#3d4a6c;
--blue-plate:#5b7a9a;
--bright-bluebonnet:#93b1c2;
--hallowed-hush:#e2e9e5;
}