Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9d1b33;
}
.faded-red {
color: #d34a53;
}
.simple-pink {
color: #f8a5a8;
}
.ice-cream-parlour {
color: #f8d5af;
}
.pear-sorbet {
color: #f4e9c3;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9d1b33;
--faded-red:#d34a53;
--simple-pink:#f8a5a8;
--ice-cream-parlour:#f8d5af;
--pear-sorbet:#f4e9c3;
}