Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.takaka {
color: #3d4d7b;
}
.provincial-blue {
color: #5d7a92;
}
.light-sky-babe {
color: #9fd2df;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--takaka:#3d4d7b;
--provincial-blue:#5d7a92;
--light-sky-babe:#9fd2df;
--creamy-sweet-corn:#f9c54e;
}