Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.egyptian-gold {
color: #f0a64c;
}
.coppersmith {
color: #d68c3d;
}
.raw-copper {
color: #c66c4e;
}
.parfait-d-amour {
color: #6c4c9a;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--egyptian-gold:#f0a64c;
--coppersmith:#d68c3d;
--raw-copper:#c66c4e;
--parfait-d-amour:#6c4c9a;
}