Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a3b5;
}
.millennial-pink {
color: #f6c9c1;
}
.ginger-peach {
color: #f8d3a0;
}
.aspen-yellow {
color: #f8e0a0;
}
.casino-lights {
color: #faf8b2;
}
/* CSS Variables */
:root {
--pink-fit:#f5a3b5;
--millennial-pink:#f6c9c1;
--ginger-peach:#f8d3a0;
--aspen-yellow:#f8e0a0;
--casino-lights:#faf8b2;
}