Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2a41;
}
.constellation-blue {
color: #3d4771;
}
.alaskan-ice {
color: #7d9dbf;
}
.freezing-vapor {
color: #d2e7f4;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2a41;
--constellation-blue:#3d4771;
--alaskan-ice:#7d9dbf;
--freezing-vapor:#d2e7f4;
--nacho:#ffcb5c;
}