Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.dive-in {
color: #3c4a8b;
}
.amparo-blue {
color: #5a6bbf;
}
.fistfull-of-green {
color: #a4a91e;
}
.grapefruit {
color: #f75959;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--dive-in:#3c4a8b;
--amparo-blue:#5a6bbf;
--fistfull-of-green:#a4a91e;
--grapefruit:#f75959;
}