Color names in this palette
CSS code for this palette
/* CSS */
.suntan {
color: #d9b3a1;
}
.humble-blush {
color: #e4cfc3;
}
.dessert-cream {
color: #f5e4d1;
}
.aria-ivory {
color: #f9e7d7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--suntan:#d9b3a1;
--humble-blush:#e4cfc3;
--dessert-cream:#f5e4d1;
--aria-ivory:#f9e7d7;
--solar-plexus-chakra:#f1c84b;
}