Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pallid-orange {
color: #f8b8a0;
}
.5 {
color: #f9d88b;
}
.invigorating {
color: #f1eab1;
}
.emperor-s-children {
color: #f6a2b7;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pallid-orange:#f8b8a0;
--5:#f9d88b;
--invigorating:#f1eab1;
--emperor-s-children:#f6a2b7;
}