Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e6b22d;
}
.radiant-sun {
color: #f3ca4f;
}
.beekeeper {
color: #f9e690;
}
.pink-fit {
color: #f9a9ae;
}
.daring {
color: #da654e;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e6b22d;
--radiant-sun:#f3ca4f;
--beekeeper:#f9e690;
--pink-fit:#f9a9ae;
--daring:#da654e;
}