Color names in this palette
CSS code for this palette
/* CSS */
.antoinette-pink {
color: #e6c4b3;
}
.walden-pond {
color: #7a9cb8;
}
.diamond-white {
color: #e1edf4;
}
.buckram-binding {
color: #d9c5a5;
}
.boysenberry-shadow {
color: #f1f4f9;
}
/* CSS Variables */
:root {
--antoinette-pink:#e6c4b3;
--walden-pond:#7a9cb8;
--diamond-white:#e1edf4;
--buckram-binding:#d9c5a5;
--boysenberry-shadow:#f1f4f9;
}