Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #4b5e68;
}
.bird-blue {
color: #7b8f9d;
}
.hazy-daze {
color: #a6b9c5;
}
.ocean-breeze {
color: #d3e4e9;
}
.chef-s-hat {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--shot-over:#4b5e68;
--bird-blue:#7b8f9d;
--hazy-daze:#a6b9c5;
--ocean-breeze:#d3e4e9;
--chef-s-hat:#f2f8f5;
}