Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f0c1cf;
}
.rose-mallow {
color: #f3a5c6;
}
.embarrassed {
color: #f67999;
}
.calypso-coral {
color: #ef4d62;
}
.california-sunset {
color: #c71a4e;
}
/* CSS Variables */
:root {
--pink-chintz:#f0c1cf;
--rose-mallow:#f3a5c6;
--embarrassed:#f67999;
--calypso-coral:#ef4d62;
--california-sunset:#c71a4e;
}