Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d2b7e1;
}
.soft-purple {
color: #a86bb3;
}
.true-purple {
color: #6f2c90;
}
.dive-in {
color: #3c4d80;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--pretty-petunia:#d2b7e1;
--soft-purple:#a86bb3;
--true-purple:#6f2c90;
--dive-in:#3c4d80;
--azure-tide:#2a9d90;
}