Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.avid-apricot {
color: #f4c59f;
}
.bierwurst {
color: #f2908c;
}
.pompelmo {
color: #ff6b6b;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--avid-apricot:#f4c59f;
--bierwurst:#f2908c;
--pompelmo:#ff6b6b;
--ucla-gold:#ffb300;
}