Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b2;
}
.fulgrim-pink {
color: #f2b1d2;
}
.gentle-glow {
color: #f5e4b8;
}
.nihilakh-oxide {
color: #a3d7b8;
}
.aviary-blue {
color: #c5e2e7;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b2;
--fulgrim-pink:#f2b1d2;
--gentle-glow:#f5e4b8;
--nihilakh-oxide:#a3d7b8;
--aviary-blue:#c5e2e7;
}