Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a3c7;
}
.ginger-peach {
color: #f9d39f;
}
.playful-peach {
color: #fce5ca;
}
.bubble-algae {
color: #92e3c0;
}
.adrift-on-the-nile {
color: #8db3e2;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a3c7;
--ginger-peach:#f9d39f;
--playful-peach:#fce5ca;
--bubble-algae:#92e3c0;
--adrift-on-the-nile:#8db3e2;
}