Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e5b72e;
}
.white-corn {
color: #f0d399;
}
.pipitschah {
color: #f5e7c2;
}
.queenly {
color: #d4abc9;
}
.llilacquered {
color: #c7579c;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e5b72e;
--white-corn:#f0d399;
--pipitschah:#f5e7c2;
--queenly:#d4abc9;
--llilacquered:#c7579c;
}