Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b6;
}
.tuft-bush {
color: #f8d3bf;
}
.smooth-as-corn-silk {
color: #f5e5b2;
}
.capital-yellow {
color: #e4b849;
}
.seraphim-sepia {
color: #d67d4c;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b6;
--tuft-bush:#f8d3bf;
--smooth-as-corn-silk:#f5e5b2;
--capital-yellow:#e4b849;
--seraphim-sepia:#d67d4c;
}