Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #a7d08b;
}
.nihilakh-oxide {
color: #9fd6b3;
}
.honeysuckle {
color: #e5e869;
}
.soviet-gold {
color: #ffd900;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pistachio-dream:#a7d08b;
--nihilakh-oxide:#9fd6b3;
--honeysuckle:#e5e869;
--soviet-gold:#ffd900;
--grapefruit-pulp:#ff6e61;
}