Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.takaka {
color: #3d4c7b;
}
.technical-blue {
color: #5a7e8c;
}
.bleached-spruce {
color: #b8d9b0;
}
.mystic-tulip {
color: #f9b39f;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--takaka:#3d4c7b;
--technical-blue:#5a7e8c;
--bleached-spruce:#b8d9b0;
--mystic-tulip:#f9b39f;
}