Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.think-pink {
color: #e7a6bf;
}
.shanghai-peach {
color: #d69994;
}
.cargo-green {
color: #c7c5a9;
}
.blue-dam {
color: #a5c6d5;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--think-pink:#e7a6bf;
--shanghai-peach:#d69994;
--cargo-green:#c7c5a9;
--blue-dam:#a5c6d5;
}