Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.bijou-blue {
color: #4b5e81;
}
.bermuda-grey {
color: #6d8ca2;
}
.blue-dam {
color: #a1c3d4;
}
.cameo-cream {
color: #f4e1c3;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--bijou-blue:#4b5e81;
--bermuda-grey:#6d8ca2;
--blue-dam:#a1c3d4;
--cameo-cream:#f4e1c3;
}