Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.noble-knight {
color: #3a4b78;
}
.grant-village {
color: #6a8faf;
}
.deluxe-days {
color: #90c8e4;
}
.ballerina-tears {
color: #f5b8b2;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--noble-knight:#3a4b78;
--grant-village:#6a8faf;
--deluxe-days:#90c8e4;
--ballerina-tears:#f5b8b2;
}