Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.flan {
color: #f6e2b6;
}
.fresh-apricot {
color: #ffd7a3;
}
.gobi-sand {
color: #d5a96c;
}
.satin-flower {
color: #b68dbf;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--flan:#f6e2b6;
--fresh-apricot:#ffd7a3;
--gobi-sand:#d5a96c;
--satin-flower:#b68dbf;
}