Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3a2a4b;
}
.blackcurrant-elixir {
color: #5d4d6a;
}
.silken-raspberry {
color: #a77b8e;
}
.cottage-rose {
color: #d9aa9b;
}
.coral-bisque {
color: #f5c4b2;
}
/* CSS Variables */
:root {
--operetta-mauve:#3a2a4b;
--blackcurrant-elixir:#5d4d6a;
--silken-raspberry:#a77b8e;
--cottage-rose:#d9aa9b;
--coral-bisque:#f5c4b2;
}