Color names in this palette
CSS code for this palette
/* CSS */
.blended-fruit {
color: #f8e2a5;
}
.crunch {
color: #f3ba5e;
}
.culpeo {
color: #e69a3d;
}
.warm-cream-spirit {
color: #c36b2c;
}
.tia-maria {
color: #96462c;
}
/* CSS Variables */
:root {
--blended-fruit:#f8e2a5;
--crunch:#f3ba5e;
--culpeo:#e69a3d;
--warm-cream-spirit:#c36b2c;
--tia-maria:#96462c;
}