Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.tory-blue {
color: #3b4b8c;
}
.berry-pie {
color: #4e6f8d;
}
.young-fern {
color: #6ebf7b;
}
.kogane-gold {
color: #e4b621;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--tory-blue:#3b4b8c;
--berry-pie:#4e6f8d;
--young-fern:#6ebf7b;
--kogane-gold:#e4b621;
}