Color names in this palette
CSS code for this palette
/* CSS */
.classic-cool {
color: #b7b3ae;
}
.bleached-bare {
color: #d1c8c1;
}
.sentimental {
color: #e5d7d1;
}
.tutu {
color: #f8e5e2;
}
.first-date {
color: #f5b29e;
}
/* CSS Variables */
:root {
--classic-cool:#b7b3ae;
--bleached-bare:#d1c8c1;
--sentimental:#e5d7d1;
--tutu:#f8e5e2;
--first-date:#f5b29e;
}