Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.metal-gear {
color: #a4c2db;
}
.winter-time {
color: #3b8aa0;
}
.deep-blue-sea {
color: #1d5c77;
}
.ghostlands-coal {
color: #0e3c49;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--metal-gear:#a4c2db;
--winter-time:#3b8aa0;
--deep-blue-sea:#1d5c77;
--ghostlands-coal:#0e3c49;
}