Color names in this palette
CSS code for this palette
/* CSS */
.when-red-met-blue {
color: #5c3e75;
}
.violet-femmes {
color: #a66e9c;
}
.princess {
color: #f0a8b7;
}
.5 {
color: #f9d88b;
}
.just-peachy {
color: #fbbe74;
}
/* CSS Variables */
:root {
--when-red-met-blue:#5c3e75;
--violet-femmes:#a66e9c;
--princess:#f0a8b7;
--5:#f9d88b;
--just-peachy:#fbbe74;
}