Color names in this palette
CSS code for this palette
/* CSS */
.romantic-morning {
color: #e0b6e2;
}
.bright-ube {
color: #d6a4e5;
}
.garden-pansy {
color: #a88cb5;
}
.jubilee {
color: #7c5e9c;
}
.izmir-purple {
color: #4d3e70;
}
/* CSS Variables */
:root {
--romantic-morning:#e0b6e2;
--bright-ube:#d6a4e5;
--garden-pansy:#a88cb5;
--jubilee:#7c5e9c;
--izmir-purple:#4d3e70;
}