Color names in this palette
CSS code for this palette
/* CSS */
.saffron-crocus {
color: #5b4e79;
}
.wonder-wish {
color: #a77b99;
}
.chantilly {
color: #eab8c8;
}
.martica {
color: #f5e6b7;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--saffron-crocus:#5b4e79;
--wonder-wish:#a77b99;
--chantilly:#eab8c8;
--martica:#f5e6b7;
--radiant-sun:#f3ca4f;
}