Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.love-letter {
color: #e76a8f;
}
.qermez-red {
color: #d13d6e;
}
.red-bud {
color: #a13054;
}
.rocking-chair {
color: #6b1a38;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--love-letter:#e76a8f;
--qermez-red:#d13d6e;
--red-bud:#a13054;
--rocking-chair:#6b1a38;
}