Color names in this palette
CSS code for this palette
/* CSS */
.shell-walk {
color: #b7b7a9;
}
.bird-s-egg-green {
color: #a7c8b9;
}
.pearl-blue {
color: #75b2c7;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.mellow-rose {
color: #d9a5a1;
}
/* CSS Variables */
:root {
--shell-walk:#b7b7a9;
--bird-s-egg-green:#a7c8b9;
--pearl-blue:#75b2c7;
--antique-wicker-basket:#f2d2a1;
--mellow-rose:#d9a5a1;
}