Color names in this palette
CSS code for this palette
/* CSS */
.flirt {
color: #7c2d4e;
}
.flowering-raspberry {
color: #a66e90;
}
.muddy-mauve {
color: #e2b6c9;
}
.serene-pink {
color: #f5c6b8;
}
.baby-blossom {
color: #f9efeb;
}
/* CSS Variables */
:root {
--flirt:#7c2d4e;
--flowering-raspberry:#a66e90;
--muddy-mauve:#e2b6c9;
--serene-pink:#f5c6b8;
--baby-blossom:#f9efeb;
}