Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e3a1;
}
.mystic-tulip {
color: #f6b8a2;
}
.amaranth-pink {
color: #f19dbc;
}
.fuchsia-blush {
color: #e77eb1;
}
.preppy-rose {
color: #d1618e;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e3a1;
--mystic-tulip:#f6b8a2;
--amaranth-pink:#f19dbc;
--fuchsia-blush:#e77eb1;
--preppy-rose:#d1618e;
}