Color names in this palette
CSS code for this palette
/* CSS */
.transparent-mauve {
color: #b6a4c1;
}
.sweet-lilac {
color: #eab8d0;
}
.yellow-tulip {
color: #f4d171;
}
.ginger-milk {
color: #f6a655;
}
.teri-gaki-persimmon {
color: #ea5e3e;
}
/* CSS Variables */
:root {
--transparent-mauve:#b6a4c1;
--sweet-lilac:#eab8d0;
--yellow-tulip:#f4d171;
--ginger-milk:#f6a655;
--teri-gaki-persimmon:#ea5e3e;
}