Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c4;
}
.fulgrim-pink {
color: #f5b2d0;
}
.cherry-blossom {
color: #f7c0d4;
}
.columbine {
color: #f7d9e3;
}
.arrowhead-white {
color: #f9e7ec;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c4;
--fulgrim-pink:#f5b2d0;
--cherry-blossom:#f7c0d4;
--columbine:#f7d9e3;
--arrowhead-white:#f9e7ec;
}