Color names in this palette
CSS code for this palette
/* CSS */
.blue-hill {
color: #1c404f;
}
.peabody {
color: #3d6d76;
}
.blue-mercury {
color: #68a2ac;
}
.smooth-satin {
color: #a3d7d5;
}
.diminished-pink {
color: #f1e4df;
}
/* CSS Variables */
:root {
--blue-hill:#1c404f;
--peabody:#3d6d76;
--blue-mercury:#68a2ac;
--smooth-satin:#a3d7d5;
--diminished-pink:#f1e4df;
}