Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-heaven {
color: #5a3e5b;
}
.violet-femmes {
color: #a76c9d;
}
.lilac-haze {
color: #d7b6d8;
}
.apricot-freeze {
color: #f1d1b7;
}
.snug-yellow {
color: #fddc81;
}
/* CSS Variables */
:root {
--dreamy-heaven:#5a3e5b;
--violet-femmes:#a76c9d;
--lilac-haze:#d7b6d8;
--apricot-freeze:#f1d1b7;
--snug-yellow:#fddc81;
}