Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #a7d08b;
}
.crystal-green {
color: #a3d97d;
}
.basil-smash {
color: #b9e3a1;
}
.sundown {
color: #f4cb9f;
}
.egyptian-gold {
color: #f2a650;
}
/* CSS Variables */
:root {
--pistachio-dream:#a7d08b;
--crystal-green:#a3d97d;
--basil-smash:#b9e3a1;
--sundown:#f4cb9f;
--egyptian-gold:#f2a650;
}