Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.paris-pink {
color: #d56c8c;
}
.glamorous {
color: #b44b65;
}
.red-plum {
color: #7e2a4d;
}
.greek-aubergine {
color: #410b2f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--paris-pink:#d56c8c;
--glamorous:#b44b65;
--red-plum:#7e2a4d;
--greek-aubergine:#410b2f;
}