Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f3b7a0;
}
.bellini {
color: #f6c9b1;
}
.porcelain-tan {
color: #f9d8c3;
}
.diminished-green {
color: #e2e6d6;
}
.ski-white {
color: #d1e3e6;
}
/* CSS Variables */
:root {
--antique-cameo:#f3b7a0;
--bellini:#f6c9b1;
--porcelain-tan:#f9d8c3;
--diminished-green:#e2e6d6;
--ski-white:#d1e3e6;
}