Color names in this palette
CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f3f5f6;
}
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5d9bd5;
}
.fun-and-games {
color: #2e7e9e;
}
.blue-syzygy {
color: #1a4a56;
}
/* CSS Variables */
:root {
--chef-s-hat:#f3f5f6;
--island-light:#a6c6ed;
--blue-bay:#5d9bd5;
--fun-and-games:#2e7e9e;
--blue-syzygy:#1a4a56;
}