Color names in this palette
CSS code for this palette
/* CSS */
.golden-frame {
color: #e4b51b;
}
.sharp-yellow {
color: #f0c047;
}
.storm-lightning {
color: #f7e89c;
}
.jaguar-rose {
color: #f3b4b9;
}
.bierwurst {
color: #f08e8e;
}
/* CSS Variables */
:root {
--golden-frame:#e4b51b;
--sharp-yellow:#f0c047;
--storm-lightning:#f7e89c;
--jaguar-rose:#f3b4b9;
--bierwurst:#f08e8e;
}