Color names in this palette
CSS code for this palette
/* CSS */
.how-handsome {
color: #a0b1b6;
}
.gulf-wind {
color: #bac9ce;
}
.silver-city {
color: #e2e4e9;
}
.chef-s-hat {
color: #f2f6f7;
}
.breakwaters {
color: #d8e4e1;
}
/* CSS Variables */
:root {
--how-handsome:#a0b1b6;
--gulf-wind:#bac9ce;
--silver-city:#e2e4e9;
--chef-s-hat:#f2f6f7;
--breakwaters:#d8e4e1;
}