Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a1d3b5;
}
.bright-khaki {
color: #f0e78e;
}
.soviet-gold {
color: #ffd900;
}
.pink-nectar {
color: #d9a6b7;
}
.wisteria-purple {
color: #8a5b9a;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a1d3b5;
--bright-khaki:#f0e78e;
--soviet-gold:#ffd900;
--pink-nectar:#d9a6b7;
--wisteria-purple:#8a5b9a;
}