Color names in this palette
CSS code for this palette
/* CSS */
.sunday-best {
color: #f9c8c8;
}
.calabrese {
color: #f5aaa3;
}
.vinaceous-cinnamon {
color: #f4868b;
}
.firecracker-salmon {
color: #f06060;
}
.vivaldi-red {
color: #ef3939;
}
/* CSS Variables */
:root {
--sunday-best:#f9c8c8;
--calabrese:#f5aaa3;
--vinaceous-cinnamon:#f4868b;
--firecracker-salmon:#f06060;
--vivaldi-red:#ef3939;
}