Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-sand {
color: #beab8e;
}
.soft-salmon {
color: #e7a8a2;
}
.delhi-spice {
color: #a76c6c;
}
.flamboyant-plum {
color: #6a4e4e;
}
.havana {
color: #3c2a2a;
}
/* CSS Variables */
:root {
--egyptian-sand:#beab8e;
--soft-salmon:#e7a8a2;
--delhi-spice:#a76c6c;
--flamboyant-plum:#6a4e4e;
--havana:#3c2a2a;
}