Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b6e7;
}
.pearly-purple {
color: #b86b9a;
}
.t-natiuh-red {
color: #d13d56;
}
.squash-blossom {
color: #f9b134;
}
.yellow-petal {
color: #f3e84f;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b6e7;
--pearly-purple:#b86b9a;
--t-natiuh-red:#d13d56;
--squash-blossom:#f9b134;
--yellow-petal:#f3e84f;
}