Color names in this palette
CSS code for this palette
/* CSS */
.our-little-secret {
color: #a94c7a;
}
.princess {
color: #eca7b3;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.sandy-shore {
color: #f2e7ba;
}
.spoiled-rotten {
color: #b3c3e6;
}
/* CSS Variables */
:root {
--our-little-secret:#a94c7a;
--princess:#eca7b3;
--antique-wicker-basket:#f7d3a1;
--sandy-shore:#f2e7ba;
--spoiled-rotten:#b3c3e6;
}