Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.quack-quack {
color: #ffeb8a;
}
.lemon-chiffon {
color: #fffacc;
}
.seashell {
color: #fff6f0;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--quack-quack:#ffeb8a;
--lemon-chiffon:#fffacc;
--seashell:#fff6f0;
--matt-pink:#ffb8c1;
}