Color names in this palette
CSS code for this palette
/* CSS */
.amazonian-orchid {
color: #a67d9c;
}
.earth-rose {
color: #b3796b;
}
.exclusively-yours {
color: #efaeba;
}
.lingonberry-red {
color: #d24b57;
}
.winter-bloom {
color: #5b2f4e;
}
/* CSS Variables */
:root {
--amazonian-orchid:#a67d9c;
--earth-rose:#b3796b;
--exclusively-yours:#efaeba;
--lingonberry-red:#d24b57;
--winter-bloom:#5b2f4e;
}