Color names in this palette
CSS code for this palette
/* CSS */
.salted-caramel {
color: #e8b368;
}
.peach-latte {
color: #e7c29c;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.prayer-flag {
color: #d59b6c;
}
.ginger-ale {
color: #c8a66a;
}
/* CSS Variables */
:root {
--salted-caramel:#e8b368;
--peach-latte:#e7c29c;
--bad-moon-yellow:#f2e6b5;
--prayer-flag:#d59b6c;
--ginger-ale:#c8a66a;
}