Color names in this palette
CSS code for this palette
/* CSS */
.loveable {
color: #f1c0c5;
}
.fulgrim-pink {
color: #f6b1d1;
}
.venetian-yellow {
color: #f8e3a0;
}
.funky-yellow {
color: #f1d06f;
}
.doughnut {
color: #f0a15c;
}
/* CSS Variables */
:root {
--loveable:#f1c0c5;
--fulgrim-pink:#f6b1d1;
--venetian-yellow:#f8e3a0;
--funky-yellow:#f1d06f;
--doughnut:#f0a15c;
}