Color names in this palette
CSS code for this palette
/* CSS */
.pale-blush {
color: #e3b0a1;
}
.medium-terracotta {
color: #d79b88;
}
.orange-essential {
color: #d18f7b;
}
.first-lady {
color: #c67b6c;
}
.cobrizo {
color: #b56e5e;
}
/* CSS Variables */
:root {
--pale-blush:#e3b0a1;
--medium-terracotta:#d79b88;
--orange-essential:#d18f7b;
--first-lady:#c67b6c;
--cobrizo:#b56e5e;
}