Color names in this palette
CSS code for this palette
/* CSS */
.ginninderra {
color: #b1d2c1;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.september-sun {
color: #fcd5a1;
}
.mango-orange {
color: #ff8d5c;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--ginninderra:#b1d2c1;
--smooth-as-corn-silk:#f6e5b1;
--september-sun:#fcd5a1;
--mango-orange:#ff8d5c;
--dusk-orange:#ff4d3d;
}