Color names in this palette
CSS code for this palette
/* CSS */
.luxurious {
color: #d6b85c;
}
.summer-s-heat {
color: #f9e89a;
}
.sunny-mood {
color: #f7c94b;
}
.glitzy-gold {
color: #d4a12b;
}
.buddha-gold {
color: #b6941b;
}
/* CSS Variables */
:root {
--luxurious:#d6b85c;
--summer-s-heat:#f9e89a;
--sunny-mood:#f7c94b;
--glitzy-gold:#d4a12b;
--buddha-gold:#b6941b;
}