Color names in this palette
CSS code for this palette
/* CSS */
.ground-ginger {
color: #d9cba1;
}
.afterglow {
color: #f2e2c4;
}
.citrus-sachet {
color: #f5c7a8;
}
.mystic-tulip {
color: #f7b7a1;
}
.chantilly {
color: #eab8c8;
}
/* CSS Variables */
:root {
--ground-ginger:#d9cba1;
--afterglow:#f2e2c4;
--citrus-sachet:#f5c7a8;
--mystic-tulip:#f7b7a1;
--chantilly:#eab8c8;
}