Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a1d4b5;
}
.pyramid-gold {
color: #e3b672;
}
.fireflies {
color: #f6d9a7;
}
.petals-unfolding {
color: #f4b8c3;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a1d4b5;
--pyramid-gold:#e3b672;
--fireflies:#f6d9a7;
--petals-unfolding:#f4b8c3;
--sweet-lilac:#eab8d1;
}