Color names in this palette
CSS code for this palette
/* CSS */
.dusty-pink {
color: #d58b96;
}
.berry-riche {
color: #e6a3a7;
}
.ballerina-tears {
color: #f0bab2;
}
.apricot-obsession {
color: #f9c5b4;
}
.blush-tint {
color: #f3e2e5;
}
/* CSS Variables */
:root {
--dusty-pink:#d58b96;
--berry-riche:#e6a3a7;
--ballerina-tears:#f0bab2;
--apricot-obsession:#f9c5b4;
--blush-tint:#f3e2e5;
}