Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.carol {
color: #2b8dab;
}
.fitness-blue {
color: #5bb8d2;
}
.everest {
color: #a2e6e4;
}
.chef-s-hat {
color: #f3f5f7;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--carol:#2b8dab;
--fitness-blue:#5bb8d2;
--everest:#a2e6e4;
--chef-s-hat:#f3f5f7;
}