Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.buster {
color: #3e4b6a;
}
.searching-blue {
color: #697e9b;
}
.blissful-blue {
color: #b4c9d9;
}
.chef-s-hat {
color: #f3f4f7;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--buster:#3e4b6a;
--searching-blue:#697e9b;
--blissful-blue:#b4c9d9;
--chef-s-hat:#f3f4f7;
}