Color names in this palette
CSS code for this palette
/* CSS */
.iris-petal {
color: #6e5e73;
}
.resplendent {
color: #b4a7b0;
}
.shy-violet {
color: #d8c5d7;
}
.blush-tint {
color: #f4e1e7;
}
.precious-pink {
color: #f9b4b5;
}
/* CSS Variables */
:root {
--iris-petal:#6e5e73;
--resplendent:#b4a7b0;
--shy-violet:#d8c5d7;
--blush-tint:#f4e1e7;
--precious-pink:#f9b4b5;
}