Color names in this palette
CSS code for this palette
/* CSS */
.medium-turquoise {
color: #3dd1d6;
}
.verdigris {
color: #45b5b0;
}
.scenario {
color: #7ba79f;
}
.frosty-soft-blue {
color: #b2e0dd;
}
.chef-s-hat {
color: #f1f8f5;
}
/* CSS Variables */
:root {
--medium-turquoise:#3dd1d6;
--verdigris:#45b5b0;
--scenario:#7ba79f;
--frosty-soft-blue:#b2e0dd;
--chef-s-hat:#f1f8f5;
}