Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.ucla-gold {
color: #ffb300;
}
.blue-electress {
color: #6b9cd1;
}
.terrace-pool {
color: #a1d6e3;
}
.zitronenzucker {
color: #f5f3cc;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--ucla-gold:#ffb300;
--blue-electress:#6b9cd1;
--terrace-pool:#a1d6e3;
--zitronenzucker:#f5f3cc;
}