Color names in this palette
CSS code for this palette
/* CSS */
.green-parlor {
color: #cfe0b8;
}
.paccheri {
color: #ecdfac;
}
.dried-plantain {
color: #e7ccab;
}
.pink-sand {
color: #dfaf9a;
}
.bubble-shell {
color: #d4a29b;
}
/* CSS Variables */
:root {
--green-parlor:#cfe0b8;
--paccheri:#ecdfac;
--dried-plantain:#e7ccab;
--pink-sand:#dfaf9a;
--bubble-shell:#d4a29b;
}