Color names in this palette
CSS code for this palette
/* CSS */
.madrid-beige {
color: #eac19e;
}
.creamery {
color: #f0d2b7;
}
.hint-of-orange {
color: #f7e7d9;
}
.peach-shortcake {
color: #f3dfd3;
}
.melon-ice {
color: #f4d6c8;
}
/* CSS Variables */
:root {
--madrid-beige:#eac19e;
--creamery:#f0d2b7;
--hint-of-orange:#f7e7d9;
--peach-shortcake:#f3dfd3;
--melon-ice:#f4d6c8;
}