Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f6c1ce;
}
.fussy-pink {
color: #e8a6bb;
}
.think-pink {
color: #e8a1c1;
}
.blush-essence {
color: #c890da;
}
.cobalite {
color: #9e9bfd;
}
/* CSS Variables */
:root {
--deco-pink:#f6c1ce;
--fussy-pink:#e8a6bb;
--think-pink:#e8a1c1;
--blush-essence:#c890da;
--cobalite:#9e9bfd;
}