Color names in this palette
CSS code for this palette
/* CSS */
.silver-rust {
color: #c5a3e0;
}
.soft-cashmere {
color: #f1b1d8;
}
.paw-paw {
color: #f9d59a;
}
.orange-bell-pepper {
color: #ff8b42;
}
.fusion-red {
color: #ff6161;
}
/* CSS Variables */
:root {
--silver-rust:#c5a3e0;
--soft-cashmere:#f1b1d8;
--paw-paw:#f9d59a;
--orange-bell-pepper:#ff8b42;
--fusion-red:#ff6161;
}