Color names in this palette
CSS code for this palette
/* CSS */
.familiar-beige {
color: #c9b2a1;
}
.lotus-pod {
color: #e7d6c1;
}
.pina-colada {
color: #f4deb4;
}
.golden-glam {
color: #f1b941;
}
.bitter-orange {
color: #d67a2e;
}
/* CSS Variables */
:root {
--familiar-beige:#c9b2a1;
--lotus-pod:#e7d6c1;
--pina-colada:#f4deb4;
--golden-glam:#f1b941;
--bitter-orange:#d67a2e;
}