Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1cf;
}
.sweet-romance {
color: #ffc2e0;
}
.desert-mauve {
color: #ead2d7;
}
.botanical-tint {
color: #a7e2d5;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1cf;
--sweet-romance:#ffc2e0;
--desert-mauve:#ead2d7;
--botanical-tint:#a7e2d5;
--floral-leaf:#ffb84d;
}