Color names in this palette
CSS code for this palette
/* CSS */
.lavender-rose {
color: #ffa3e3;
}
.soulmate-pink {
color: #ffc2eb;
}
.infra-white {
color: #ffccee;
}
.french-manicure {
color: #ffe7db;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
/* CSS Variables */
:root {
--lavender-rose:#ffa3e3;
--soulmate-pink:#ffc2eb;
--infra-white:#ffccee;
--french-manicure:#ffe7db;
--peach-cr-me-br-l-e:#ffe09e;
}