Color names in this palette
CSS code for this palette
/* CSS */
.tartan-red {
color: #ad2925;
}
.wet-coral {
color: #d45949;
}
.calabrese {
color: #f1a8a2;
}
.blushing-senorita {
color: #f3c9c9;
}
.bride-s-blush {
color: #f9e3e1;
}
/* CSS Variables */
:root {
--tartan-red:#ad2925;
--wet-coral:#d45949;
--calabrese:#f1a8a2;
--blushing-senorita:#f3c9c9;
--bride-s-blush:#f9e3e1;
}