Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #daa22b;
}
.manz {
color: #e6d95b;
}
.fervent-green {
color: #4d9d4d;
}
.palace-blue {
color: #3b6bbf;
}
.plum-dust {
color: #a84d93;
}
/* CSS Variables */
:root {
--glitzy-gold:#daa22b;
--manz:#e6d95b;
--fervent-green:#4d9d4d;
--palace-blue:#3b6bbf;
--plum-dust:#a84d93;
}