Color names in this palette
CSS code for this palette
/* CSS */
.stillwater {
color: #6ea4af;
}
.kitchen-blue {
color: #8ab8bc;
}
.cold-turquoise {
color: #a4d0cf;
}
.sea-mist {
color: #daece0;
}
.chef-s-hat {
color: #f3f6f5;
}
/* CSS Variables */
:root {
--stillwater:#6ea4af;
--kitchen-blue:#8ab8bc;
--cold-turquoise:#a4d0cf;
--sea-mist:#daece0;
--chef-s-hat:#f3f6f5;
}