Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.dark-iris {
color: #4a5a7d;
}
.blue-bows {
color: #a5c1d5;
}
.orange-pospsicle {
color: #f2a60d;
}
.vivid-red-tangelo {
color: #d65f24;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--dark-iris:#4a5a7d;
--blue-bows:#a5c1d5;
--orange-pospsicle:#f2a60d;
--vivid-red-tangelo:#d65f24;
}