Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-beige {
color: #f2c5b5;
}
.rose-linen {
color: #e5af9f;
}
.juicy-peach {
color: #d68f8f;
}
.impatient-heart {
color: #c57c7e;
}
.terra-tone {
color: #b86b6c;
}
/* CSS Variables */
:root {
--brilliant-beige:#f2c5b5;
--rose-linen:#e5af9f;
--juicy-peach:#d68f8f;
--impatient-heart:#c57c7e;
--terra-tone:#b86b6c;
}