Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f6e2a2;
}
.chai-latte {
color: #f9c99f;
}
.simple-pink {
color: #f5a3ae;
}
.shocking {
color: #e78dc0;
}
.flirty-rose {
color: #d45e8b;
}
/* CSS Variables */
:root {
--venetian-yellow:#f6e2a2;
--chai-latte:#f9c99f;
--simple-pink:#f5a3ae;
--shocking:#e78dc0;
--flirty-rose:#d45e8b;
}