Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4c3e70;
}
.kimberly {
color: #6b608a;
}
.divine {
color: #9a7a9f;
}
.geranium-bud {
color: #d1a3c3;
}
.pink-heath {
color: #f4bee0;
}
/* CSS Variables */
:root {
--izmir-purple:#4c3e70;
--kimberly:#6b608a;
--divine:#9a7a9f;
--geranium-bud:#d1a3c3;
--pink-heath:#f4bee0;
}