Color names in this palette
CSS code for this palette
/* CSS */
.caramelo-dulce {
color: #d5a26d;
}
.aspen-yellow {
color: #f8e0a0;
}
.neighborly-peach {
color: #f1c3a2;
}
.juicy-details {
color: #d67a7a;
}
.thimble-red {
color: #a35c8d;
}
/* CSS Variables */
:root {
--caramelo-dulce:#d5a26d;
--aspen-yellow:#f8e0a0;
--neighborly-peach:#f1c3a2;
--juicy-details:#d67a7a;
--thimble-red:#a35c8d;
}