Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.first-date {
color: #f4b69f;
}
.phellodendron-amurense {
color: #f6c13c;
}
.stamp-pad-green {
color: #2e9e8d;
}
.china-pattern {
color: #3d5b76;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--first-date:#f4b69f;
--phellodendron-amurense:#f6c13c;
--stamp-pad-green:#2e9e8d;
--china-pattern:#3d5b76;
}