Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5c8a8a;
}
.shallow-shoal {
color: #9fd6d2;
}
.tusk {
color: #e3e5b3;
}
.mystic-tulip {
color: #f7b8a1;
}
.cedar-grove {
color: #b96755;
}
/* CSS Variables */
:root {
--steel-teal:#5c8a8a;
--shallow-shoal:#9fd6d2;
--tusk:#e3e5b3;
--mystic-tulip:#f7b8a1;
--cedar-grove:#b96755;
}