Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f2a6b4;
}
.ginger-peach {
color: #f9d29f;
}
.ginger-lemon-cake {
color: #f1ee8e;
}
.frugal {
color: #a4d6b1;
}
.adrift-on-the-nile {
color: #8bb5e5;
}
/* CSS Variables */
:root {
--princess:#f2a6b4;
--ginger-peach:#f9d29f;
--ginger-lemon-cake:#f1ee8e;
--frugal:#a4d6b1;
--adrift-on-the-nile:#8bb5e5;
}