Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.chai-latte {
color: #f8c8a0;
}
.applesauce {
color: #f9d69a;
}
.venetian-yellow {
color: #f7e6a1;
}
.awareness {
color: #e3e9b4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--chai-latte:#f8c8a0;
--applesauce:#f9d69a;
--venetian-yellow:#f7e6a1;
--awareness:#e3e9b4;
}