Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e5a4d1;
}
.soft-cashmere {
color: #f2b1d9;
}
.bubbelgum-heart {
color: #ffb8e5;
}
.pink-pleasure {
color: #ffe0e4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--exotic-violet:#e5a4d1;
--soft-cashmere:#f2b1d9;
--bubbelgum-heart:#ffb8e5;
--pink-pleasure:#ffe0e4;
--blush-hour:#ff7092;
}