Color names in this palette
CSS code for this palette
/* CSS */
.i-love-you-pink {
color: #d67a8d;
}
.fussy-pink {
color: #e7a7b7;
}
.mountain-laurel {
color: #f3c9d6;
}
.royal-wedding {
color: #fce4e3;
}
.bride-s-blush {
color: #f9e3e1;
}
/* CSS Variables */
:root {
--i-love-you-pink:#d67a8d;
--fussy-pink:#e7a7b7;
--mountain-laurel:#f3c9d6;
--royal-wedding:#fce4e3;
--bride-s-blush:#f9e3e1;
}