Color names in this palette
CSS code for this palette
/* CSS */
.pale-chamois {
color: #efe4d7;
}
.hugo {
color: #e6cfcb;
}
.bubble-shell {
color: #d5a19a;
}
.impatient-heart {
color: #c57c7e;
}
.delicate-prunus {
color: #a85d69;
}
/* CSS Variables */
:root {
--pale-chamois:#efe4d7;
--hugo:#e6cfcb;
--bubble-shell:#d5a19a;
--impatient-heart:#c57c7e;
--delicate-prunus:#a85d69;
}