Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f2a1b0;
}
.lively-coral {
color: #e57d7b;
}
.fuchsia-kiss {
color: #c86f9c;
}
.wisteria-purple {
color: #8b5f9b;
}
.liberty {
color: #494b9c;
}
/* CSS Variables */
:root {
--sweet-60:#f2a1b0;
--lively-coral:#e57d7b;
--fuchsia-kiss:#c86f9c;
--wisteria-purple:#8b5f9b;
--liberty:#494b9c;
}