Color names in this palette
CSS code for this palette
/* CSS */
.kogane-gold {
color: #e6b41e;
}
.soft-straw {
color: #f2d37d;
}
.majestic-treasures {
color: #f4e7a4;
}
.moon-glow {
color: #f6f3d0;
}
.lavender-water {
color: #d1c7e0;
}
/* CSS Variables */
:root {
--kogane-gold:#e6b41e;
--soft-straw:#f2d37d;
--majestic-treasures:#f4e7a4;
--moon-glow:#f6f3d0;
--lavender-water:#d1c7e0;
}