Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.salt-blue {
color: #7b9b9d;
}
.mythic-forest {
color: #496c6e;
}
.rocky-creek {
color: #3d4f51;
}
.eugenia {
color: #f2e8d4;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--salt-blue:#7b9b9d;
--mythic-forest:#496c6e;
--rocky-creek:#3d4f51;
--eugenia:#f2e8d4;
}