Color names in this palette
CSS code for this palette
/* CSS */
.angel-s-feather {
color: #f4f1e6;
}
.coral-cream {
color: #e9d5ce;
}
.brilliant-beige {
color: #f2c5b5;
}
.garden-party {
color: #e3a5b7;
}
.sugar-tooth {
color: #d18f9e;
}
/* CSS Variables */
:root {
--angel-s-feather:#f4f1e6;
--coral-cream:#e9d5ce;
--brilliant-beige:#f2c5b5;
--garden-party:#e3a5b7;
--sugar-tooth:#d18f9e;
}