Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5d8b8e;
}
.andean-slate {
color: #8db09c;
}
.ginninderra {
color: #b3d5c0;
}
.aspen-yellow {
color: #f4e09f;
}
.ruffles {
color: #f9bbae;
}
/* CSS Variables */
:root {
--steel-teal:#5d8b8e;
--andean-slate:#8db09c;
--ginninderra:#b3d5c0;
--aspen-yellow:#f4e09f;
--ruffles:#f9bbae;
}