Color names in this palette
CSS code for this palette
/* CSS */
.qing-yellow {
color: #ffcc66;
}
.matt-pink {
color: #ffb3c1;
}
.violet-kiss {
color: #f2a1d3;
}
.blue-bubble {
color: #a5d5e9;
}
.esprit-peach {
color: #ffc29e;
}
/* CSS Variables */
:root {
--qing-yellow:#ffcc66;
--matt-pink:#ffb3c1;
--violet-kiss:#f2a1d3;
--blue-bubble:#a5d5e9;
--esprit-peach:#ffc29e;
}