Color names in this palette
CSS code for this palette
/* CSS */
.china-rose {
color: #a64e6d;
}
.sango-red {
color: #f66b4c;
}
.sea-buckthorn {
color: #fbbf65;
}
.gentle-glow {
color: #f8e4b9;
}
.light-dry-lichen {
color: #d2e4d7;
}
/* CSS Variables */
:root {
--china-rose:#a64e6d;
--sango-red:#f66b4c;
--sea-buckthorn:#fbbf65;
--gentle-glow:#f8e4b9;
--light-dry-lichen:#d2e4d7;
}