Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.takaka {
color: #3e4a75;
}
.cottage-blue {
color: #7a9ec2;
}
.radome-tan {
color: #f0c89e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--takaka:#3e4a75;
--cottage-blue:#7a9ec2;
--radome-tan:#f0c89e;
--orange-gluttony:#e77e23;
}