Color names in this palette
CSS code for this palette
/* CSS */
.chinook-salmon {
color: #c5987d;
}
.esplanade {
color: #d6bca4;
}
.buttercup-yellow {
color: #e4c2a5;
}
.white-chocolate {
color: #f0e2c7;
}
.frontier-fort {
color: #c1b09f;
}
/* CSS Variables */
:root {
--chinook-salmon:#c5987d;
--esplanade:#d6bca4;
--buttercup-yellow:#e4c2a5;
--white-chocolate:#f0e2c7;
--frontier-fort:#c1b09f;
}