Color names in this palette
CSS code for this palette
/* CSS */
.tal-yi-gold {
color: #e8b159;
}
.orange-chocolate {
color: #f1c579;
}
.upbeat {
color: #f2d9a6;
}
.favorite-lavender {
color: #d1a5d4;
}
.babe {
color: #e07c7b;
}
/* CSS Variables */
:root {
--tal-yi-gold:#e8b159;
--orange-chocolate:#f1c579;
--upbeat:#f2d9a6;
--favorite-lavender:#d1a5d4;
--babe:#e07c7b;
}