Color names in this palette
CSS code for this palette
/* CSS */
.brass-mesh {
color: #e1a84c;
}
.hawker-s-gold {
color: #efc56c;
}
.lazy-daisy {
color: #f8e8a0;
}
.lucea {
color: #7bb4e0;
}
.boat-house {
color: #4f8cba;
}
/* CSS Variables */
:root {
--brass-mesh:#e1a84c;
--hawker-s-gold:#efc56c;
--lazy-daisy:#f8e8a0;
--lucea:#7bb4e0;
--boat-house:#4f8cba;
}