Color names in this palette
CSS code for this palette
/* CSS */
.polar-blue {
color: #b3e0e6;
}
.ibis {
color: #f6b6c1;
}
.lemon-filling {
color: #f9e7a4;
}
.nihilakh-oxide {
color: #a1d9b7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--polar-blue:#b3e0e6;
--ibis:#f6b6c1;
--lemon-filling:#f9e7a4;
--nihilakh-oxide:#a1d9b7;
--grapefruit-pulp:#ff6e61;
}