Color names in this palette
CSS code for this palette
/* CSS */
.qing-yellow {
color: #ffcc66;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.french-pink {
color: #ff6699;
}
.blood-burst {
color: #ff4d4d;
}
.pelati {
color: #ff3333;
}
/* CSS Variables */
:root {
--qing-yellow:#ffcc66;
--wildflower-bouquet:#ffb3b3;
--french-pink:#ff6699;
--blood-burst:#ff4d4d;
--pelati:#ff3333;
}