Color names in this palette
CSS code for this palette
/* CSS */
.silver-thistle-beige {
color: #e7d4c5;
}
.alluring-white {
color: #efe0d2;
}
.shell-ginger {
color: #f9e4d7;
}
.coral-blossom {
color: #f8c0a0;
}
.medium-terracotta {
color: #d69e8a;
}
/* CSS Variables */
:root {
--silver-thistle-beige:#e7d4c5;
--alluring-white:#efe0d2;
--shell-ginger:#f9e4d7;
--coral-blossom:#f8c0a0;
--medium-terracotta:#d69e8a;
}