Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.early-july {
color: #a5dde9;
}
.icicle-mint {
color: #d0e7e3;
}
.chef-s-hat {
color: #f3f4f7;
}
.fairy-sparkles {
color: #b4e6f8;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--early-july:#a5dde9;
--icicle-mint:#d0e7e3;
--chef-s-hat:#f3f4f7;
--fairy-sparkles:#b4e6f8;
}