Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.expressionism {
color: #3b497d;
}
.ashton-blue {
color: #4b79b4;
}
.bachelor-button {
color: #4fc2d8;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--expressionism:#3b497d;
--ashton-blue:#4b79b4;
--bachelor-button:#4fc2d8;
--welcoming-wasp:#f0a800;
}