Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.sargasso-sea {
color: #3b4b68;
}
.genteel-blue {
color: #6b8bb3;
}
.island-light {
color: #a7c6e7;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--sargasso-sea:#3b4b68;
--genteel-blue:#6b8bb3;
--island-light:#a7c6e7;
--child-of-light:#f1f5f8;
}