Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.dark-iris {
color: #4b5b81;
}
.jean-jacket-blue {
color: #7c8ea2;
}
.blue-ballerina {
color: #b5c9d9;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--dark-iris:#4b5b81;
--jean-jacket-blue:#7c8ea2;
--blue-ballerina:#b5c9d9;
--m-white:#f4f7fb;
}