Color names in this palette
CSS code for this palette
/* CSS */
.desert-flower {
color: #ff8c80;
}
.buttery-salmon {
color: #ffb19e;
}
.macaroon-cream {
color: #ffe8d6;
}
.salmon-eggs {
color: #f4d35d;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--desert-flower:#ff8c80;
--buttery-salmon:#ffb19e;
--macaroon-cream:#ffe8d6;
--salmon-eggs:#f4d35d;
--snow-white-blush:#f9aeae;
}