Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.soft-cashmere {
color: #eebad8;
}
.light-orchid {
color: #e9a5d8;
}
.purception {
color: #c48cd9;
}
.fuchsia-blue {
color: #7d5dbb;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--soft-cashmere:#eebad8;
--light-orchid:#e9a5d8;
--purception:#c48cd9;
--fuchsia-blue:#7d5dbb;
}