Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.cherry-blossom {
color: #f5c2d5;
}
.pork-belly {
color: #f8e2e8;
}
.peach-beach {
color: #fdd0a0;
}
.florida-sunrise {
color: #f6aa6f;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--cherry-blossom:#f5c2d5;
--pork-belly:#f8e2e8;
--peach-beach:#fdd0a0;
--florida-sunrise:#f6aa6f;
}