Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #19293e;
}
.seafarer {
color: #224d67;
}
.coastal-calm {
color: #508d95;
}
.yucca-cream {
color: #a4d6c8;
}
.bone-white {
color: #f2e0b1;
}
/* CSS Variables */
:root {
--yankees-blue:#19293e;
--seafarer:#224d67;
--coastal-calm:#508d95;
--yucca-cream:#a4d6c8;
--bone-white:#f2e0b1;
}