Color names in this palette
CSS code for this palette
/* CSS */
.pinenut {
color: #f8d7b9;
}
.samoan-sun {
color: #f5b942;
}
.goldsmith {
color: #f1b24b;
}
.monarch-orange {
color: #f29b69;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--pinenut:#f8d7b9;
--samoan-sun:#f5b942;
--goldsmith:#f1b24b;
--monarch-orange:#f29b69;
--orange-gluttony:#e77e23;
}