Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b39f;
}
.cor-de-pele {
color: #f5c3c2;
}
.eau-de-rose {
color: #e4b9d0;
}
.silver-rust {
color: #c1a1e3;
}
.kickstart-purple {
color: #7a6fd3;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b39f;
--cor-de-pele:#f5c3c2;
--eau-de-rose:#e4b9d0;
--silver-rust:#c1a1e3;
--kickstart-purple:#7a6fd3;
}