Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a3c4d7;
}
.cerulean-frost {
color: #6f9cc8;
}
.storm-blue {
color: #4d7f9d;
}
.deep-ocean {
color: #2b4c5e;
}
.yankees-blue {
color: #1a2b3d;
}
/* CSS Variables */
:root {
--blue-bows:#a3c4d7;
--cerulean-frost:#6f9cc8;
--storm-blue:#4d7f9d;
--deep-ocean:#2b4c5e;
--yankees-blue:#1a2b3d;
}