Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b4;
}
.wonder-lust {
color: #f18e9e;
}
.out-of-fashion {
color: #f0708e;
}
.pretty-petunia {
color: #d4b0e3;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b4;
--wonder-lust:#f18e9e;
--out-of-fashion:#f0708e;
--pretty-petunia:#d4b0e3;
--blue-dam:#a1c6d4;
}