Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3d6b;
}
.linoleum-blue {
color: #407ba0;
}
.glacier {
color: #73b0c4;
}
.luminescent-blue {
color: #a1e0e8;
}
.chef-s-hat {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--lucidity:#1a3d6b;
--linoleum-blue:#407ba0;
--glacier:#73b0c4;
--luminescent-blue:#a1e0e8;
--chef-s-hat:#f2f8f5;
}