Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #fba2b1;
}
.forgotten-sunset {
color: #fcd4b0;
}
.sandy-shore {
color: #f2e8ba;
}
.white-vienna {
color: #c6e0b3;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--ballet-slippers:#fba2b1;
--forgotten-sunset:#fcd4b0;
--sandy-shore:#f2e8ba;
--white-vienna:#c6e0b3;
--ganon-blue:#a1dff7;
}