Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f2d6a1;
}
.plum-blossom {
color: #f2a1a1;
}
.muddy-mauve {
color: #e3b0c8;
}
.purple-premiere {
color: #b69ed6;
}
.adrift-on-the-nile {
color: #8db3e2;
}
/* CSS Variables */
:root {
--peach-patch:#f2d6a1;
--plum-blossom:#f2a1a1;
--muddy-mauve:#e3b0c8;
--purple-premiere:#b69ed6;
--adrift-on-the-nile:#8db3e2;
}