Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5d4e8d;
}
.wisteria {
color: #a77dbf;
}
.elastic-pink {
color: #f0a3c7;
}
.fondue {
color: #fcf5c5;
}
.royal-oranje {
color: #ff7b24;
}
/* CSS Variables */
:root {
--purple-corallite:#5d4e8d;
--wisteria:#a77dbf;
--elastic-pink:#f0a3c7;
--fondue:#fcf5c5;
--royal-oranje:#ff7b24;
}