Color names in this palette
CSS code for this palette
/* CSS */
.blue-hill {
color: #1c404f;
}
.coelin-blue {
color: #4b7d91;
}
.frozen-pond {
color: #a4b2b1;
}
.arctic-cotton {
color: #e7e3df;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--blue-hill:#1c404f;
--coelin-blue:#4b7d91;
--frozen-pond:#a4b2b1;
--arctic-cotton:#e7e3df;
--fireglow:#d65c3d;
}