Color names in this palette
CSS code for this palette
/* CSS */
.just-a-tease {
color: #fbd5d5;
}
.pink-fit {
color: #f4a4b5;
}
.pearly-pink {
color: #f09ecb;
}
.blush-essence {
color: #d48bda;
}
.rich-lavender {
color: #a56acd;
}
/* CSS Variables */
:root {
--just-a-tease:#fbd5d5;
--pink-fit:#f4a4b5;
--pearly-pink:#f09ecb;
--blush-essence:#d48bda;
--rich-lavender:#a56acd;
}