Color names in this palette
CSS code for this palette
/* CSS */
.pink-quartz {
color: #ffb8e7;
}
.pink-condition {
color: #ff94d8;
}
.french-pink {
color: #ff709b;
}
.cheese {
color: #ffa600;
}
.quack-quack {
color: #ffeb8a;
}
/* CSS Variables */
:root {
--pink-quartz:#ffb8e7;
--pink-condition:#ff94d8;
--french-pink:#ff709b;
--cheese:#ffa600;
--quack-quack:#ffeb8a;
}