Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a3d7b6;
}
.frosty-mint {
color: #e4f6f5;
}
.lemon-ice-yellow {
color: #f6e3a7;
}
.shrimp-toast {
color: #f7c5a1;
}
.bergamot-orange {
color: #f29c5a;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a3d7b6;
--frosty-mint:#e4f6f5;
--lemon-ice-yellow:#f6e3a7;
--shrimp-toast:#f7c5a1;
--bergamot-orange:#f29c5a;
}