Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.buster {
color: #3e4c6a;
}
.spirit-mountain {
color: #6a8d9a;
}
.opal-waters {
color: #b2c7d2;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--buster:#3e4c6a;
--spirit-mountain:#6a8d9a;
--opal-waters:#b2c7d2;
--cotton-ball:#f3f8fc;
}