Color names in this palette
CSS code for this palette
/* CSS */
.insightful-rose {
color: #cab1aa;
}
.woolly-beige {
color: #e7d4ca;
}
.touching-white {
color: #f4e0d7;
}
.banana-yogurt {
color: #f9e8b4;
}
.prosciutto {
color: #e2b2a1;
}
/* CSS Variables */
:root {
--insightful-rose:#cab1aa;
--woolly-beige:#e7d4ca;
--touching-white:#f4e0d7;
--banana-yogurt:#f9e8b4;
--prosciutto:#e2b2a1;
}