Color names in this palette
CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f3f6f5;
}
.clear-view {
color: #e2e9e6;
}
.greenland-ice {
color: #b6d8d5;
}
.ice-crystal-blue {
color: #a9e5e1;
}
.soft-turquoise {
color: #78d3d2;
}
/* CSS Variables */
:root {
--chef-s-hat:#f3f6f5;
--clear-view:#e2e9e6;
--greenland-ice:#b6d8d5;
--ice-crystal-blue:#a9e5e1;
--soft-turquoise:#78d3d2;
}