Color names in this palette
CSS code for this palette
/* CSS */
.allspice {
color: #f5cba8;
}
.mystic-tulip {
color: #f7b4a1;
}
.harmonious-rose {
color: #f495b8;
}
.rose-garden {
color: #d69fc9;
}
.wisteria {
color: #a77ccb;
}
/* CSS Variables */
:root {
--allspice:#f5cba8;
--mystic-tulip:#f7b4a1;
--harmonious-rose:#f495b8;
--rose-garden:#d69fc9;
--wisteria:#a77ccb;
}