Color names in this palette
CSS code for this palette
/* CSS */
.pond-s-edge {
color: #b6c9ba;
}
.athena-pink {
color: #e8b0c4;
}
.sand-island {
color: #f6d1c1;
}
.mohair-mauve {
color: #c1a79f;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--pond-s-edge:#b6c9ba;
--athena-pink:#e8b0c4;
--sand-island:#f6d1c1;
--mohair-mauve:#c1a79f;
--christmas-silver:#e0e0e0;
}