Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.shipyard {
color: #4f6d87;
}
.cerulean-frost {
color: #6c9dc6;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--shipyard:#4f6d87;
--cerulean-frost:#6c9dc6;
--chefchaouen-blue:#a1d3e8;
--apricot-glazed-chicken:#f5a524;
}