Color names in this palette
CSS code for this palette
/* CSS */
.salt-blue {
color: #7b9d9b;
}
.icy-morn {
color: #b3d5d0;
}
.distant-horizon {
color: #f2f8f7;
}
.ballerina-tears {
color: #f4bab3;
}
.warming-heart {
color: #d44a3a;
}
/* CSS Variables */
:root {
--salt-blue:#7b9d9b;
--icy-morn:#b3d5d0;
--distant-horizon:#f2f8f7;
--ballerina-tears:#f4bab3;
--warming-heart:#d44a3a;
}