Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab7e1;
}
.rose-mallow {
color: #f0a8c6;
}
.venetian-yellow {
color: #f6e5a2;
}
.waterwings {
color: #afe9e1;
}
.chat-orange {
color: #f59c3d;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab7e1;
--rose-mallow:#f0a8c6;
--venetian-yellow:#f6e5a2;
--waterwings:#afe9e1;
--chat-orange:#f59c3d;
}