Color names in this palette
CSS code for this palette
/* CSS */
.nickel-ore-green {
color: #4f7d7d;
}
.harbor-mist {
color: #89a9a9;
}
.clinical-soft-blue {
color: #b3d1d1;
}
.ethereal-white {
color: #e4f1f1;
}
.soft-pillow {
color: #fef5e7;
}
/* CSS Variables */
:root {
--nickel-ore-green:#4f7d7d;
--harbor-mist:#89a9a9;
--clinical-soft-blue:#b3d1d1;
--ethereal-white:#e4f1f1;
--soft-pillow:#fef5e7;
}