Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-hint {
color: #f0b7e4;
}
.pastel-lavender {
color: #d9a1c7;
}
.violet-whimsy {
color: #b48eb8;
}
.court-jester {
color: #916b9e;
}
.saffron-crocus {
color: #5c4b77;
}
/* CSS Variables */
:root {
--bordeaux-hint:#f0b7e4;
--pastel-lavender:#d9a1c7;
--violet-whimsy:#b48eb8;
--court-jester:#916b9e;
--saffron-crocus:#5c4b77;
}